Skip to content

Commit

Permalink
Remove wrong format for boolean value in api definition (#18783)
Browse files Browse the repository at this point in the history
type: boolean cannot be used with a format of int32

Signed-off-by: sll552 <[email protected]>
  • Loading branch information
sll552 authored Jun 2, 2023
1 parent 680c78d commit 9d28d1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/v2.0/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9d28d1f

Please sign in to comment.