Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wirespecter committed Aug 23, 2024
1 parent eb6de1a commit 486d850
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions reana_commons/openapi_specifications/reana_server.json
Original file line number Diff line number Diff line change
Expand Up @@ -1354,6 +1354,26 @@
},
"type": "object"
}
},
"400": {
"description": "Error validating reana yaml",
"examples": {
"application/json": {
"message": "Invalid REANA specification: None is not of type 'object'.",
"status": 400
}
},
"schema": {
"properties": {
"message": {
"type": "string"
},
"status": {
"type": "string"
}
},
"type": "object"
}
}
},
"summary": "Validate reana yaml in the server"
Expand Down

0 comments on commit 486d850

Please sign in to comment.