Add 400 code response in swagger.yaml for updateRegistry updateReplicationPolicy and headProject (#22165)
Build Package Workflow / BUILD_PACKAGE (push) Waiting to run Details
Code scanning - action / CodeQL-Build (push) Waiting to run Details

Signed-off-by: yuzhipeng <yuzp1996@gmail.com>
This commit is contained in:
yuzhipeng 2025-07-14 14:26:12 +08:00 committed by GitHub
parent 0cf2d7545d
commit c93da7ff4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -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':