From 9d28d1f43f3c73dc71d71ea95c4e9b4aad41501d Mon Sep 17 00:00:00 2001 From: sll552 Date: Fri, 2 Jun 2023 14:30:03 +0200 Subject: [PATCH] Remove wrong format for boolean value in api definition (#18783) type: boolean cannot be used with a format of int32 Signed-off-by: sll552 --- api/v2.0/swagger.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/api/v2.0/swagger.yaml b/api/v2.0/swagger.yaml index 407699a5ece..de635c98128 100644 --- a/api/v2.0/swagger.yaml +++ b/api/v2.0/swagger.yaml @@ -291,7 +291,6 @@ paths: description: The project is public or private. required: false type: boolean - format: int32 - name: owner in: query description: The name of project owner.