POST Player?key={key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
Body Parameters
PlayerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ServerID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Rank | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"serverID": "b5a47780-d2ff-4521-9a3d-bc203a8a6b29",
"name": "sample string 3",
"rank": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.