aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/api/video-comments.yaml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-07-17 16:37:28 +0200
committerChocobozzz <me@florianbigard.com>2018-07-17 16:37:54 +0200
commit330eaf12969ed0f15f93d5dd50599885f62ffbed (patch)
treea5572bbeba128aa5d61701a9305f6d15d009d84c /support/doc/api/video-comments.yaml
parentaa1c3d929f524f57930f8bb0ae8b07e8b51f9952 (diff)
downloadPeerTube-330eaf12969ed0f15f93d5dd50599885f62ffbed.tar.gz
PeerTube-330eaf12969ed0f15f93d5dd50599885f62ffbed.tar.zst
PeerTube-330eaf12969ed0f15f93d5dd50599885f62ffbed.zip
Fix start/count/sort params in documentation
Diffstat (limited to 'support/doc/api/video-comments.yaml')
-rw-r--r--support/doc/api/video-comments.yaml13
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 @@
1parameters:
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