K8s: Schema v2: Return 406 in /api (#101842)
This commit is contained in:
@@ -52,6 +52,11 @@ type NotFoundError GenericError
|
||||
// swagger:response badRequestError
|
||||
type BadRequestError GenericError
|
||||
|
||||
// NotAcceptableError is returned when the server cannot produce a response matching the accepted formats.
|
||||
//
|
||||
// swagger:response notAcceptableError
|
||||
type NotAcceptableError GenericError
|
||||
|
||||
// ConflictError
|
||||
//
|
||||
// swagger:response conflictError
|
||||
|
||||
Reference in New Issue
Block a user