[skip ci] Updated swagger docs

This commit is contained in:
Frederick [Bot]
2025-08-03 20:46:06 +00:00
parent 7762d7746e
commit 544960af65
3 changed files with 16 additions and 0 deletions

View File

@@ -6504,6 +6504,12 @@ const docTemplate = `{
"$ref": "#/definitions/web.HTTPError"
}
},
"404": {
"description": "No user data export found.",
"schema": {
"$ref": "#/definitions/web.HTTPError"
}
},
"500": {
"description": "Internal server error.",
"schema": {

View File

@@ -6496,6 +6496,12 @@
"$ref": "#/definitions/web.HTTPError"
}
},
"404": {
"description": "No user data export found.",
"schema": {
"$ref": "#/definitions/web.HTTPError"
}
},
"500": {
"description": "Internal server error.",
"schema": {

View File

@@ -6116,6 +6116,10 @@ paths:
description: Something's invalid.
schema:
$ref: '#/definitions/web.HTTPError'
"404":
description: No user data export found.
schema:
$ref: '#/definitions/web.HTTPError'
"500":
description: Internal server error.
schema: