From 055d45f82ee0deb7ae406b60c30e7ecae1b1519b Mon Sep 17 00:00:00 2001 From: andre-urbani Date: Thu, 31 Oct 2024 13:58:53 +0000 Subject: [PATCH] formatting --- swagger.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/swagger.yaml b/swagger.yaml index 9b90909a..ec1b3998 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -265,11 +265,11 @@ paths: schema: $ref: '#/definitions/NewDatasetResponse' 400: - description: "Bad request, possibly due to invalid JSON or missing dataset ID" + description: "Invalid request body" 401: - description: "Unauthorised access; user lacks permission to create a dataset" + description: "Unauthorised to create/overwrite dataset" 403: - description: "Forbidden to create dataset; a dataset with this ID already exists" + description: "Forbidden to overwrite dataset, dataset already exists" 500: $ref: '#/responses/InternalError'