API keys: Return 410 Gone status from POST /auth/keys endpoint (#92965)
* return 410 Gone status from POST /auth/keys endpoint * generate swagger * remove postAPIkeyResponse * re-generate swagger * remove docs for api key creation endpoint
This commit is contained in:
@@ -77,6 +77,11 @@ type InternalServerError GenericError
|
||||
// swagger:response unauthorisedError
|
||||
type UnauthorizedError GenericError
|
||||
|
||||
// GoneError is returned when the requested endpoint was removed.
|
||||
//
|
||||
// swagger:response goneError
|
||||
type GoneError GenericError
|
||||
|
||||
// AcceptedResponse
|
||||
//
|
||||
// swagger:response acceptedResponse
|
||||
|
||||
Reference in New Issue
Block a user