mirror of
https://github.com/goharbor/harbor
synced 2025-04-13 13:51:34 +00:00
Merge pull request #8634 from sandhose/fix-swagger-spec
Fix the swagger API definition
This commit is contained in:
commit
6d663a88e3
|
@ -333,10 +333,10 @@ paths:
|
|||
description: Illegal format of provided ID value.
|
||||
'401':
|
||||
description: User need to log in first.
|
||||
'404':
|
||||
description: Project ID does not exist.
|
||||
'403':
|
||||
description: User does not have permission to get summary of the project.
|
||||
'404':
|
||||
description: Project ID does not exist.
|
||||
'500':
|
||||
description: Unexpected internal errors.
|
||||
'/projects/{project_id}/metadatas':
|
||||
|
@ -2385,10 +2385,10 @@ paths:
|
|||
$ref: '#/definitions/Namespace'
|
||||
'401':
|
||||
description: User need to login first.
|
||||
'404':
|
||||
description: No registry found.
|
||||
'403':
|
||||
description: User has no privilege for the operation.
|
||||
'404':
|
||||
description: No registry found.
|
||||
'500':
|
||||
description: Unexpected internal errors.
|
||||
/internal/syncregistry:
|
||||
|
|
Loading…
Reference in New Issue
Block a user