parent
77b0c6b58f
commit
4c440cedcc
1 changed files with 11 additions and 0 deletions
|
@ -2957,6 +2957,17 @@ paths:
|
|||
- Video Rates
|
||||
parameters:
|
||||
- $ref: '#/components/parameters/idOrUUID'
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
rating:
|
||||
type: string
|
||||
enum:
|
||||
- like
|
||||
- dislike
|
||||
responses:
|
||||
'204':
|
||||
description: successful operation
|
||||
|
|
Loading…
Reference in a new issue