diff options
Diffstat (limited to 'support/doc')
-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 bf99cb45c..a47654f69 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -2526,9 +2526,14 @@ paths: | |||
2526 | content: | 2526 | content: |
2527 | application/json: | 2527 | application/json: |
2528 | schema: | 2528 | schema: |
2529 | type: array | 2529 | properties: |
2530 | items: | 2530 | total: |
2531 | $ref: '#/components/schemas/VideoChannel' | 2531 | type: integer |
2532 | example: 1 | ||
2533 | data: | ||
2534 | type: array | ||
2535 | items: | ||
2536 | $ref: '#/components/schemas/VideoChannel' | ||
2532 | '/accounts/{name}/ratings': | 2537 | '/accounts/{name}/ratings': |
2533 | get: | 2538 | get: |
2534 | summary: List ratings of an account | 2539 | summary: List ratings of an account |