From 9b2eaf1c078b69b97f0b7331455f5451503167b9 Mon Sep 17 00:00:00 2001 From: chlins Date: Tue, 7 Jul 2020 18:25:23 +0800 Subject: [PATCH] fix: adjust p2p preheat policy swagger yaml definitions Signed-off-by: chlins --- api/v2.0/swagger.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/api/v2.0/swagger.yaml b/api/v2.0/swagger.yaml index d9e5ba559..ab0bbcfb9 100644 --- a/api/v2.0/swagger.yaml +++ b/api/v2.0/swagger.yaml @@ -832,9 +832,7 @@ paths: $ref: '#/definitions/PreheatPolicy' responses: '201': - description: Create policy success - schema: - $ref: '#/responses/201' + $ref: '#/responses/201' '400': $ref: '#/responses/400' '401':