Commit 1ff5fd0e by Antonio

Fixed wrong response body in model GET operation

parent 5c7c3060
Showing with 1 additions and 1 deletions
...@@ -141,7 +141,7 @@ paths: ...@@ -141,7 +141,7 @@ paths:
description: Model to be added description: Model to be added
required: true required: true
schema: schema:
$ref: '#/definitions/Workspace' $ref: '#/definitions/Model'
responses: responses:
201: 201:
description: Model created successfully description: Model created successfully
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment