back to development

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2023-07-15 12:35:30 +02:00
parent a5cb26daf2
commit e88172dd7e
14 changed files with 311 additions and 286 deletions
+15 -15
View File
@@ -33,7 +33,7 @@ paths:
200:
description: successful operation
content:
application/json; charset=utf-8:
application/json:
schema:
$ref: '#/components/schemas/FileInfo'
401:
@@ -350,7 +350,7 @@ paths:
200:
description: successful operation
content:
application/json; charset=utf-8:
application/json:
schema:
type: array
items:
@@ -384,7 +384,7 @@ paths:
200:
description: successful operation
content:
application/json; charset=utf-8:
application/json:
schema:
type: object
properties:
@@ -424,7 +424,7 @@ paths:
200:
description: successful operation
content:
application/json; charset=utf-8:
application/json:
schema:
type: object
properties:
@@ -459,7 +459,7 @@ paths:
200:
description: successful operation
content:
application/json; charset=utf-8:
application/json:
schema:
$ref: '#/components/schemas/StatVFS'
401:
@@ -479,61 +479,61 @@ components:
OKResponse:
description: successful operation
content:
application/json; charset=utf-8:
application/json:
schema:
$ref: '#/components/schemas/ApiResponse'
BadRequest:
description: Bad Request
content:
application/json; charset=utf-8:
application/json:
schema:
$ref: '#/components/schemas/ApiResponse'
Unauthorized:
description: Unauthorized
content:
application/json; charset=utf-8:
application/json:
schema:
$ref: '#/components/schemas/ApiResponse'
Forbidden:
description: Forbidden
content:
application/json; charset=utf-8:
application/json:
schema:
$ref: '#/components/schemas/ApiResponse'
NotFound:
description: Not Found
content:
application/json; charset=utf-8:
application/json:
schema:
$ref: '#/components/schemas/ApiResponse'
NotImplemented:
description: Not Implemented
content:
application/json; charset=utf-8:
application/json:
schema:
$ref: '#/components/schemas/ApiResponse'
Conflict:
description: Conflict
content:
application/json; charset=utf-8:
application/json:
schema:
$ref: '#/components/schemas/ApiResponse'
RequestEntityTooLarge:
description: Request Entity Too Large, max allowed size exceeded
content:
application/json; charset=utf-8:
application/json:
schema:
$ref: '#/components/schemas/ApiResponse'
InternalServerError:
description: Internal Server Error
content:
application/json; charset=utf-8:
application/json:
schema:
$ref: '#/components/schemas/ApiResponse'
DefaultResponse:
description: Unexpected Error
content:
application/json; charset=utf-8:
application/json:
schema:
$ref: '#/components/schemas/ApiResponse'
schemas:
+165 -165
View File
File diff suppressed because it is too large Load Diff