PUT Player/{id}?key={key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| 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": "1e9a004a-fd7a-48ad-80aa-f55d59515011",
"name": "sample string 3",
"rank": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.