From 909a4d3f72f06362a3147ddef9dc4ac3a879918b Mon Sep 17 00:00:00 2001 From: yiyione Date: Thu, 2 Jul 2020 15:19:50 +0800 Subject: [PATCH] sync swagger --- src/api/v2/swagger.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/api/v2/swagger.yaml b/src/api/v2/swagger.yaml index 7e9a658..e1be0b0 100644 --- a/src/api/v2/swagger.yaml +++ b/src/api/v2/swagger.yaml @@ -5,10 +5,11 @@ info: Open Platform for AI RESTful API docs. Version 2.0.1: add more examples and fix typos Version 2.0.2: update job detail and job attempt schema + Version 2.0.3: update parameters description of get storage list license: name: MIT License url: 'https://github.com/microsoft/pai/blob/master/LICENSE' - version: 2.0.2 + version: 2.0.3 externalDocs: description: Find out more about OpenPAI url: 'https://github.com/microsoft/pai' @@ -995,7 +996,7 @@ paths: parameters: - name: default in: query - description: Return default storage or not. + description: If true, return default storages only. schema: type: boolean responses: