mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-27 02:58:05 +01:00
Merge pull request #15230 from stonezdj/21jun29_ldap_verify_cert
Change XXXConfigItem cannot be omitted when empty
This commit is contained in:
commit
f6f9d714a2
@ -8272,27 +8272,33 @@ definitions:
|
||||
properties:
|
||||
value:
|
||||
type: string
|
||||
x-omitempty: false
|
||||
description: The string value of current config item
|
||||
editable:
|
||||
type: boolean
|
||||
x-omitempty: false
|
||||
description: The configure item can be updated or not
|
||||
BoolConfigItem:
|
||||
type: object
|
||||
properties:
|
||||
value:
|
||||
type: boolean
|
||||
x-omitempty: false
|
||||
description: The boolean value of current config item
|
||||
editable:
|
||||
type: boolean
|
||||
x-omitempty: false
|
||||
description: The configure item can be updated or not
|
||||
IntegerConfigItem:
|
||||
type: object
|
||||
properties:
|
||||
value:
|
||||
type: integer
|
||||
x-omitempty: false
|
||||
description: The integer value of current config item
|
||||
editable:
|
||||
type: boolean
|
||||
x-omitempty: false
|
||||
description: The configure item can be updated or not
|
||||
ProjectMemberEntity:
|
||||
type: object
|
||||
|
Loading…
Reference in New Issue
Block a user