diff options
Diffstat (limited to 'support/doc/api/video-comments.yaml')
-rw-r--r-- | support/doc/api/video-comments.yaml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/support/doc/api/video-comments.yaml b/support/doc/api/video-comments.yaml deleted file mode 100644 index 0085eccbc..000000000 --- a/support/doc/api/video-comments.yaml +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
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 | ||