Set Game Servers
This endpoint allows you to set your community's server configurations.
Last updated
Was this helpful?
Was this helpful?
{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "SET_GAME_SERVERS",
"data": [
{
"id": 1, // Optional - only supply if needing to update a server
"name": "Server 1",
"description": "This is server 1",
"ip": "",
"port": ""
}
]
}