Feat: add more tests

This commit is contained in:
2025-12-07 23:59:24 +08:00
parent 1f313fc17d
commit f191aef810
17 changed files with 307 additions and 25 deletions

View File

@@ -78,7 +78,10 @@
],
"responses": {
"200": {
"description": "OK"
"description": "OK",
"schema": {
"$ref": "#/definitions/api.postImageOutput"
}
},
"401": {
"description": "Unauthorized"
@@ -256,6 +259,9 @@
"type": "integer"
}
},
"extension": {
"type": "string"
},
"id": {
"type": "integer"
},
@@ -267,6 +273,23 @@
}
}
},
"api.postImageOutput": {
"type": "object",
"properties": {
"extension": {
"type": "string"
},
"id": {
"type": "integer"
},
"uploadedAt": {
"type": "string"
},
"uploadedUserId": {
"type": "string"
}
}
},
"api.putImageAliasesInput": {
"type": "object",
"properties": {