diff options
Diffstat (limited to 'support/doc/api/openapi.yaml')
-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' |