Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-urbani committed Oct 31, 2024
1 parent 517a54a commit 055d45f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 055d45f

Please sign in to comment.