- 项目介绍
- 用户协议
- 隐私政策
- SuperDungeon
- EggyByte
- Account
- Game
- Test
- Crypto
- Ad
- User
- Admin
- Database
- Mailing
- ThirdParty
- Untitled EndpointGET
- Untitled EndpointPOST
- SetupPOST
- Create DatabasePOST
- Get CardGET
- Create QuestionPOST
- Create CollectionPOST
- Get DashboardsGET
- Get DashboardGET
- Get Dashboard CopyPOST
- Untitled EndpointGET
Update
Developing
POST
/rank/update
Request
Authorization
Add parameter in header
X-Api-Key
Example:
X-Api-Key: ********************
Body Params application/json
userToken
string
required
data
object
required
Example
{
"userToken": "string",
"data": {}
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/rank/update' \
--header 'Content-Type: application/json' \
--header 'X-Api-Key;' \
--data-raw ''
Responses
🟢200成功
text/plain
Body
object {0}
Modified at 2025-02-08 11:24:47