From 7f27296a0733c7a7b205dac63061d110a16f7b1f Mon Sep 17 00:00:00 2001 From: Mirco Nasuti <mirco.nasuti@chuv.ch> Date: Wed, 6 Jan 2016 16:12:24 +0100 Subject: [PATCH] bugfix in swagger-MIP.yaml --- swagger-MIP.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/swagger-MIP.yaml b/swagger-MIP.yaml index 53676c287..da02f4f36 100644 --- a/swagger-MIP.yaml +++ b/swagger-MIP.yaml @@ -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: -- GitLab