mirror of https://github.com/snachodog/mybuddy.git
Add OpenAPI schema file to repository (#147)
This commit is contained in:
parent
fddde9d46f
commit
df0b54b6c2
|
@ -476,8 +476,9 @@ return `403 Forbidden` with additional details in the response body.
|
|||
|
||||
### Schema
|
||||
|
||||
A live version of the API schema in the [OpenAPI format](https://swagger.io/specification/)
|
||||
is available at the `/api/scehma` path of a running instance.
|
||||
API schema information in the [OpenAPI format](https://swagger.io/specification/)
|
||||
can be found in the `openapi-schema.yml` file in the project root. A live
|
||||
version is also available at the `/api/scehma` path of a running instance.
|
||||
|
||||
### `GET` Method
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue