[skip ci] Updated swagger docs

This commit is contained in:
Frederick [Bot]
2025-05-12 10:24:22 +00:00
parent 7d74f0e726
commit aaf6de11a5
3 changed files with 36 additions and 36 deletions

View File

@@ -56,7 +56,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/code_vikunja_io_api_pkg_modules_auth.Token"
"$ref": "#/definitions/auth.Token"
}
},
"500": {
@@ -733,7 +733,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/code_vikunja_io_api_pkg_modules_auth.Token"
"$ref": "#/definitions/auth.Token"
}
},
"400": {
@@ -3915,7 +3915,7 @@
"200": {
"description": "The valid jwt auth token.",
"schema": {
"$ref": "#/definitions/code_vikunja_io_api_pkg_modules_auth.Token"
"$ref": "#/definitions/auth.Token"
}
},
"400": {
@@ -7358,7 +7358,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/code_vikunja_io_api_pkg_modules_auth.Token"
"$ref": "#/definitions/auth.Token"
}
},
"400": {
@@ -7694,6 +7694,15 @@
}
},
"definitions": {
"auth.Token": {
"type": "object",
"properties": {
"token": {
"type": "string",
"example": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"
}
}
},
"background.Image": {
"type": "object",
"properties": {
@@ -7714,15 +7723,6 @@
}
}
},
"code_vikunja_io_api_pkg_modules_auth.Token": {
"type": "object",
"properties": {
"token": {
"type": "string",
"example": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"
}
}
},
"files.File": {
"type": "object",
"properties": {