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