diff options
author | Raphael <anonhq789@protonmail.com> | 2019-05-24 12:39:57 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-05-24 13:53:43 +0200 |
commit | 089caedc6f45453a969deca1f9b3a105b2294389 (patch) | |
tree | 4f30e47e57562c1eb0db23212d52630be14cf3d2 /support | |
parent | 86aafd06f2d124786ea3d10477f356c2e3f85dd6 (diff) | |
download | PeerTube-089caedc6f45453a969deca1f9b3a105b2294389.tar.gz PeerTube-089caedc6f45453a969deca1f9b3a105b2294389.tar.zst PeerTube-089caedc6f45453a969deca1f9b3a105b2294389.zip |
refactor(docs): typo in Open API reference
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/api/openapi.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index b9ca4cca2..a8a064fd0 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -1491,7 +1491,7 @@ paths: | |||
1491 | schema: | 1491 | schema: |
1492 | $ref: '#/components/schemas/CommentThreadPostResponse' | 1492 | $ref: '#/components/schemas/CommentThreadPostResponse' |
1493 | delete: | 1493 | delete: |
1494 | summary: 'Delete a comment in a comment therad by its id, of a video by its id' | 1494 | summary: 'Delete a comment in a comment thread by its id, of a video by its id' |
1495 | security: | 1495 | security: |
1496 | - OAuth2: [] | 1496 | - OAuth2: [] |
1497 | tags: | 1497 | tags: |