From 1e904cde34ba41a16256da1073336dd652368592 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 2 Jul 2020 14:23:50 +0200 Subject: Fix users tests --- support/doc/api/openapi.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'support/doc') 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: tags: - name: Accounts description: > - Accounts encompass remote accounts discovered across the federation, + Accounts encompass remote accounts discovered across the federation, and correspond to the main Actor, along with video channels a user can create, which are also Actors. @@ -484,7 +484,7 @@ paths: tags: - Users responses: - '201': + '200': description: user created content: application/json: @@ -3879,11 +3879,11 @@ components: files: type: array items: - $ref: '#/components/schemas/FileRedundancyInformation' + $ref: '#/components/schemas/FileRedundancyInformation' streamingPlaylists: type: array items: - $ref: '#/components/schemas/FileRedundancyInformation' + $ref: '#/components/schemas/FileRedundancyInformation' VideoImportStateConstant: properties: id: @@ -5265,4 +5265,4 @@ components: content: application/json: schema: - $ref: '#/components/schemas/VideoListResponse' \ No newline at end of file + $ref: '#/components/schemas/VideoListResponse' -- cgit v1.2.3