diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/api/openapi.yaml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 8be6575b4..373b17ddf 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -2646,9 +2646,14 @@ paths: | |||
2646 | content: | 2646 | content: |
2647 | application/json: | 2647 | application/json: |
2648 | schema: | 2648 | schema: |
2649 | type: array | 2649 | properties: |
2650 | items: | 2650 | total: |
2651 | $ref: '#/components/schemas/VideoChannel' | 2651 | type: integer |
2652 | example: 1 | ||
2653 | data: | ||
2654 | type: array | ||
2655 | items: | ||
2656 | $ref: '#/components/schemas/VideoChannel' | ||
2652 | '/accounts/{name}/ratings': | 2657 | '/accounts/{name}/ratings': |
2653 | get: | 2658 | get: |
2654 | summary: List ratings of an account | 2659 | summary: List ratings of an account |