mirror of https://github.com/Chocobozzz/PeerTube
13 lines
257 B
YAML
13 lines
257 B
YAML
|
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'
|