mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-03 14:37:44 +01:00
Merge pull request #12656 from chlins/fix/v2.0-swagger-errors-definition
fix(swagger): fix the definition of errors
This commit is contained in:
commit
0ae8133a60
@ -1354,6 +1354,9 @@ responses:
|
||||
definitions:
|
||||
Errors:
|
||||
description: The error array that describe the errors got during the handling of request
|
||||
type: object
|
||||
properties:
|
||||
errors:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/definitions/Error'
|
||||
|
Loading…
Reference in New Issue
Block a user