From 1cfbdd30d9913bfaa0c7e54f82e5b953646bb0d1 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 1 Jun 2021 13:25:41 +0200 Subject: refactor deprecated body-parser usage --- support/doc/api/openapi.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'support') 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: { "detail": "Video not found", + "docs": "https://docs.joinpeertube.org/api-rest-reference.html#operation/getVideo", "status": 404, "title": "Not Found", "type": "about:blank" @@ -67,6 +68,7 @@ info: { "detail": "Incorrect request parameters: id", + "docs": "https://docs.joinpeertube.org/api-rest-reference.html#operation/getVideo", "instance": "/api/v1/videos/9c9de5e8-0a1e-484a-b099-e80766180", "invalid-params": { "id": { -- cgit v1.2.3