PUT Server?serverID={serverID}&key={key}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
serverID

globally unique identifier

Required

key

string

Required

Body Parameters

ServerModel
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

Name

string

None.

PlaceID

string

None.

PlayerCount

integer

None.

NonPlayerCount

integer

None.

MajPlayerCount

integer

None.

MahaPlayerCount

integer

None.

NeedNurse

boolean

None.

ServerClosed

boolean

None.

DistributedGameTime

integer

None.

DatePosted

date

None.

GameID

string

None.

Players

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "36ba7ae8-ec93-41a5-bfe2-b8164d982827",
  "name": "sample string 2",
  "placeID": "sample string 3",
  "playerCount": 4,
  "nonPlayerCount": 5,
  "majPlayerCount": 6,
  "mahaPlayerCount": 7,
  "needNurse": true,
  "serverClosed": true,
  "distributedGameTime": 10,
  "datePosted": "2026-09-17T22:39:25.0089036Z",
  "gameID": "sample string 12",
  "players": "sample string 13"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.