Skip to main content
POST
https://api.centralcart.com.br
/
v1
/
app
/
game-server
Create Game Server
curl --request POST \
  --url https://api.centralcart.com.br/v1/app/game-server \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "id": 1,
  "store_id": 1,
  "type": null,
  "name": "Servidor Principal",
  "token": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "created_at": "2024-01-31T16:03:28.000-03:00",
  "updated_at": "2024-01-31T16:03:28.000-03:00"
}
name
string
required
Nome do servidor de jogo
{
  "id": 1,
  "store_id": 1,
  "type": null,
  "name": "Servidor Principal",
  "token": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "created_at": "2024-01-31T16:03:28.000-03:00",
  "updated_at": "2024-01-31T16:03:28.000-03:00"
}