diff options
Diffstat (limited to 'support/doc/api/video-comments.yaml')
-rw-r--r-- | support/doc/api/video-comments.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ | |||
1 | parameters: | ||
2 | threadId: | ||
3 | name: threadId | ||
4 | in: path | ||
5 | required: true | ||
6 | type: number | ||
7 | description: 'The thread id (root comment id)' | ||
8 | commentId: | ||
9 | name: threadId | ||
10 | in: path | ||
11 | required: true | ||
12 | type: number | ||
13 | description: 'The comment id' \ No newline at end of file | ||