mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-26 16:51:47 +01:00
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:
parent
680c78d368
commit
9d28d1f43f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user