1
0
Fork 0

add rating field for video like endpoint in openapi spec

closes #4080
This commit is contained in:
Rigel Kent 2021-05-11 21:44:27 +02:00
parent 77b0c6b58f
commit 4c440cedcc
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
1 changed files with 11 additions and 0 deletions

View File

@ -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