diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/api/openapi.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index c201b52ba..20790faaa 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -2957,6 +2957,17 @@ paths: | |||
2957 | - Video Rates | 2957 | - Video Rates |
2958 | parameters: | 2958 | parameters: |
2959 | - $ref: '#/components/parameters/idOrUUID' | 2959 | - $ref: '#/components/parameters/idOrUUID' |
2960 | requestBody: | ||
2961 | content: | ||
2962 | application/json: | ||
2963 | schema: | ||
2964 | type: object | ||
2965 | properties: | ||
2966 | rating: | ||
2967 | type: string | ||
2968 | enum: | ||
2969 | - like | ||
2970 | - dislike | ||
2960 | responses: | 2971 | responses: |
2961 | '204': | 2972 | '204': |
2962 | description: successful operation | 2973 | description: successful operation |