Remove wrong format for boolean value in api definition (#18783)

type: boolean cannot be used with a format of int32

Signed-off-by: sll552 <sll552@users.noreply.github.com>
This commit is contained in:
sll552 2023-06-02 14:30:03 +02:00 committed by GitHub
parent 680c78d368
commit 9d28d1f43f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.