mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-03 14:37:44 +01:00
Fix error in swagger doc for ping OIDC API
Signed-off-by: Daniel Jiang <jiangd@vmware.com>
This commit is contained in:
parent
96e2e0b145
commit
4f00c0e227
@ -3502,15 +3502,13 @@ paths:
|
|||||||
description: Whether the certificate should be verified
|
description: Whether the certificate should be verified
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: The specified robot account is successfully deleted.
|
description: Ping succeeded. The OIDC endpoint is valid.
|
||||||
'400':
|
'400':
|
||||||
description: The ping failed
|
description: The ping failed
|
||||||
'401':
|
'401':
|
||||||
description: User need to log in first.
|
description: User need to log in first.
|
||||||
'403':
|
'403':
|
||||||
description: User does not have permission to call this API
|
description: User does not have permission to call this API
|
||||||
'500':
|
|
||||||
description: Unexpected internal errors.
|
|
||||||
'/system/CVEWhitelist':
|
'/system/CVEWhitelist':
|
||||||
get:
|
get:
|
||||||
summary: Get the system level whitelist of CVE.
|
summary: Get the system level whitelist of CVE.
|
||||||
|
Loading…
Reference in New Issue
Block a user