From 330eaf12969ed0f15f93d5dd50599885f62ffbed Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 17 Jul 2018 16:37:28 +0200 Subject: Fix start/count/sort params in documentation --- support/doc/api/video-comments.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 support/doc/api/video-comments.yaml (limited to 'support/doc/api/video-comments.yaml') diff --git a/support/doc/api/video-comments.yaml b/support/doc/api/video-comments.yaml new file mode 100644 index 000000000..0085eccbc --- /dev/null +++ b/support/doc/api/video-comments.yaml @@ -0,0 +1,13 @@ +parameters: + threadId: + name: threadId + in: path + required: true + type: number + description: 'The thread id (root comment id)' + commentId: + name: threadId + in: path + required: true + type: number + description: 'The comment id' \ No newline at end of file -- cgit v1.2.3