diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-08 15:16:01 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-08 15:16:01 +0200 |
commit | dc48fdbe68e9dd3a3a6028181e61d8595d98e654 (patch) | |
tree | b641873412bfb4ff2a754a27762cd533c735e7d8 /support/doc/api/openapi.yaml | |
parent | 27ec473f5306621643fcb169be7cfe6b15136265 (diff) | |
parent | b9244002fcc48dda7f3a588980d910a40429238f (diff) | |
download | PeerTube-dc48fdbe68e9dd3a3a6028181e61d8595d98e654.tar.gz PeerTube-dc48fdbe68e9dd3a3a6028181e61d8595d98e654.tar.zst PeerTube-dc48fdbe68e9dd3a3a6028181e61d8595d98e654.zip |
Merge branch 'release/3.1.0' into develop
Diffstat (limited to 'support/doc/api/openapi.yaml')
-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 |