Fix user other api endpoint
All checks were successful
Client CMS Check Build (NixCN CMS) TeamCity build finished
Backend Check Build (NixCN CMS) TeamCity build finished

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-01-31 08:41:38 +08:00
parent cbc358b96e
commit c05724a9ee
4 changed files with 7 additions and 6 deletions

View File

@@ -1124,7 +1124,7 @@
}
},
"404": {
"description": "User Not Found",
"description": "User Not Public",
"schema": {
"allOf": [
{
@@ -1134,7 +1134,7 @@
"type": "object",
"properties": {
"data": {
"type": "object"
"$ref": "#/definitions/service_user.UserInfoData"
}
}
}