This commit is contained in:
Michael Quigley 2025-06-25 13:24:58 -04:00
parent 1ac7555031
commit 2aefe7e963
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62
5 changed files with 6 additions and 6 deletions

View File

@ -115,7 +115,7 @@ func NewDeleteAccountUnauthorized() *DeleteAccountUnauthorized {
/* /*
DeleteAccountUnauthorized describes a response with status code 401, with default header values. DeleteAccountUnauthorized describes a response with status code 401, with default header values.
unauthorizer unauthorized
*/ */
type DeleteAccountUnauthorized struct { type DeleteAccountUnauthorized struct {
} }

View File

@ -212,7 +212,7 @@ func init() {
"description": "ok" "description": "ok"
}, },
"401": { "401": {
"description": "unauthorizer" "description": "unauthorized"
}, },
"404": { "404": {
"description": "not found" "description": "not found"
@ -3169,7 +3169,7 @@ func init() {
"description": "ok" "description": "ok"
}, },
"401": { "401": {
"description": "unauthorizer" "description": "unauthorized"
}, },
"404": { "404": {
"description": "not found" "description": "not found"

View File

@ -40,7 +40,7 @@ func (o *DeleteAccountOK) WriteResponse(rw http.ResponseWriter, producer runtime
const DeleteAccountUnauthorizedCode int = 401 const DeleteAccountUnauthorizedCode int = 401
/* /*
DeleteAccountUnauthorized unauthorizer DeleteAccountUnauthorized unauthorized
swagger:response deleteAccountUnauthorized swagger:response deleteAccountUnauthorized
*/ */

View File

@ -552,7 +552,7 @@ void (empty response body)
| Status code | Description | Response headers | | Status code | Description | Response headers |
|-------------|-------------|------------------| |-------------|-------------|------------------|
**200** | ok | - | **200** | ok | - |
**401** | unauthorizer | - | **401** | unauthorized | - |
**404** | not found | - | **404** | not found | - |
**500** | internal server error | - | **500** | internal server error | - |

View File

@ -268,7 +268,7 @@ paths:
200: 200:
description: ok description: ok
401: 401:
description: unauthorizer description: unauthorized
404: 404:
description: not found description: not found
500: 500: