Files
Phraseanet/doc/API_documentation/v3/_HowTo_Swagger.md
jygaulier 63ee50ebd7 PHRAS-3582
add better documentation about possible include[] parameters
2021-12-02 17:15:49 +01:00

24 lines
608 B
Markdown

# How to update the documentation in swaggerhub :
The doc is composed of many files
- `api.yaml` (main file)
- `schemas.yaml`
- `common.yaml`
- `record.yaml`
- ...
to update in swaggerhub (single file) :
- install swagger-cli
`sudo npm install -g swagger-cli`
- compile sources in a single file for swaggerhub (run from <phraseanet-dir>)
`swagger-cli bundle doc/API_documentation/v3/api.yaml -r -o doc/API_documentation/v3/_compiled.yaml -t yaml`
- copy/paste the generated content from `_compiled.yaml` to
https://app.swaggerhub.com/apis/alchemy-fr/phraseanet.api.v3/1.0.0-oas3