mirror of https://github.com/goharbor/harbor.git
Add 400 code response in swagger.yaml for updateRegistry updateReplicationPolicy and headProject (#22165)
Signed-off-by: yuzhipeng <yuzp1996@gmail.com>
This commit is contained in:
parent
0cf2d7545d
commit
c93da7ff4b
|
@ -336,6 +336,8 @@ paths:
|
|||
responses:
|
||||
'200':
|
||||
$ref: '#/responses/200'
|
||||
'400':
|
||||
$ref: '#/responses/400'
|
||||
'404':
|
||||
$ref: '#/responses/404'
|
||||
'500':
|
||||
|
@ -3560,6 +3562,8 @@ paths:
|
|||
responses:
|
||||
'200':
|
||||
$ref: '#/responses/200'
|
||||
'400':
|
||||
$ref: '#/responses/400'
|
||||
'401':
|
||||
$ref: '#/responses/401'
|
||||
'403':
|
||||
|
@ -3998,6 +4002,8 @@ paths:
|
|||
responses:
|
||||
'200':
|
||||
$ref: '#/responses/200'
|
||||
'400':
|
||||
$ref: '#/responses/400'
|
||||
'401':
|
||||
$ref: '#/responses/401'
|
||||
'403':
|
||||
|
|
Loading…
Reference in New Issue