diff options
author | Chocobozzz <me@florianbigard.com> | 2020-07-02 14:23:50 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-07-02 14:23:50 +0200 |
commit | 1e904cde34ba41a16256da1073336dd652368592 (patch) | |
tree | 0bd04e8f8d560f1b4b31112aab03c357d6b91d0d /support/doc | |
parent | d10538b47d134cebe9dfdbcef346e9bc94f993f0 (diff) | |
download | PeerTube-1e904cde34ba41a16256da1073336dd652368592.tar.gz PeerTube-1e904cde34ba41a16256da1073336dd652368592.tar.zst PeerTube-1e904cde34ba41a16256da1073336dd652368592.zip |
Fix users tests
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/api/openapi.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 186d7d37d..eec4e0248 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -53,7 +53,7 @@ externalDocs: | |||
53 | tags: | 53 | tags: |
54 | - name: Accounts | 54 | - name: Accounts |
55 | description: > | 55 | description: > |
56 | Accounts encompass remote accounts discovered across the federation, | 56 | Accounts encompass remote accounts discovered across the federation, |
57 | and correspond to the main Actor, along with video channels a user can create, which | 57 | and correspond to the main Actor, along with video channels a user can create, which |
58 | are also Actors. | 58 | are also Actors. |
59 | 59 | ||
@@ -484,7 +484,7 @@ paths: | |||
484 | tags: | 484 | tags: |
485 | - Users | 485 | - Users |
486 | responses: | 486 | responses: |
487 | '201': | 487 | '200': |
488 | description: user created | 488 | description: user created |
489 | content: | 489 | content: |
490 | application/json: | 490 | application/json: |
@@ -3879,11 +3879,11 @@ components: | |||
3879 | files: | 3879 | files: |
3880 | type: array | 3880 | type: array |
3881 | items: | 3881 | items: |
3882 | $ref: '#/components/schemas/FileRedundancyInformation' | 3882 | $ref: '#/components/schemas/FileRedundancyInformation' |
3883 | streamingPlaylists: | 3883 | streamingPlaylists: |
3884 | type: array | 3884 | type: array |
3885 | items: | 3885 | items: |
3886 | $ref: '#/components/schemas/FileRedundancyInformation' | 3886 | $ref: '#/components/schemas/FileRedundancyInformation' |
3887 | VideoImportStateConstant: | 3887 | VideoImportStateConstant: |
3888 | properties: | 3888 | properties: |
3889 | id: | 3889 | id: |
@@ -5265,4 +5265,4 @@ components: | |||
5265 | content: | 5265 | content: |
5266 | application/json: | 5266 | application/json: |
5267 | schema: | 5267 | schema: |
5268 | $ref: '#/components/schemas/VideoListResponse' \ No newline at end of file | 5268 | $ref: '#/components/schemas/VideoListResponse' |