Skip to content
Snippets Groups Projects
Commit 7f27296a authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

bugfix in swagger-MIP.yaml

parent 62155b20
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ paths:
type: boolean
description: 'Only ask valid models'
responses:
'200':
'200':
description: 'Success'
schema:
type: array
......@@ -223,16 +223,16 @@ paths:
responses:
'200':
description: 'Model deleted'
/datasets/{slug}:
/datasets/{code}:
get:
summary: 'Get a dataset'
operationId: 'get a dataset'
tags:
- Datasets
parameters:
- name: slug
- name: code
in: path
description: 'slug'
description: 'code'
required: true
type: string
responses:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment