aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2021-06-01 13:25:41 +0200
committerChocobozzz <chocobozzz@cpy.re>2021-06-02 16:57:07 +0200
commit1cfbdd30d9913bfaa0c7e54f82e5b953646bb0d1 (patch)
tree1c3a8e3123da47e264533727f5e479edb5cda316 /support/doc
parent76148b27f7501bac061992136852be4303370c8d (diff)
downloadPeerTube-1cfbdd30d9913bfaa0c7e54f82e5b953646bb0d1.tar.gz
PeerTube-1cfbdd30d9913bfaa0c7e54f82e5b953646bb0d1.tar.zst
PeerTube-1cfbdd30d9913bfaa0c7e54f82e5b953646bb0d1.zip
refactor deprecated body-parser usage
Diffstat (limited to 'support/doc')
-rw-r--r--support/doc/api/openapi.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml
index 52a834056..9f40d74c6 100644
--- a/support/doc/api/openapi.yaml
+++ b/support/doc/api/openapi.yaml
@@ -46,6 +46,7 @@ info:
46 46
47 { 47 {
48 "detail": "Video not found", 48 "detail": "Video not found",
49 "docs": "https://docs.joinpeertube.org/api-rest-reference.html#operation/getVideo",
49 "status": 404, 50 "status": 404,
50 "title": "Not Found", 51 "title": "Not Found",
51 "type": "about:blank" 52 "type": "about:blank"
@@ -67,6 +68,7 @@ info:
67 68
68 { 69 {
69 "detail": "Incorrect request parameters: id", 70 "detail": "Incorrect request parameters: id",
71 "docs": "https://docs.joinpeertube.org/api-rest-reference.html#operation/getVideo",
70 "instance": "/api/v1/videos/9c9de5e8-0a1e-484a-b099-e80766180", 72 "instance": "/api/v1/videos/9c9de5e8-0a1e-484a-b099-e80766180",
71 "invalid-params": { 73 "invalid-params": {
72 "id": { 74 "id": {