Replace all mentions of Swagger by OpenAPI (#1633)
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
df3f0af5d4
commit
99e2ff4927
17 changed files with 40 additions and 87 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
Render an HTTP API, given:
|
||||
|
||||
* `api_data`: the OpenAPI/Swagger data
|
||||
* `api_data`: the OpenAPI data
|
||||
* `base_url`: the base URL: that is, the part we glue onto the front
|
||||
of each value in `paths` to get a complete URL.
|
||||
* `path`: the directory under /data where we found this API definition.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue