Network
Set primary allocation
Sets the primary allocation
POST
/api/client/servers/{server}/network/allocations/{allocation}/primaryAuthorization
ClientToken AuthorizationBearer <token>
Client API key (generated at /account/api)
In: header
Path Parameters
server*string
Server identifier (short 8-character ID)
allocation*integer
Allocation ID
Response Body
application/json
curl -X POST "https://pterodactyl.file.properties/api/client/servers/1a7ce997/network/allocations/1/primary" \ -H "Authorization: Bearer ptlc_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \ -H "Accept: application/json"{
"object": "allocation",
"attributes": {
"id": 2,
"ip": "45.86.168.218",
"ip_alias": null,
"port": 25566,
"notes": "Votifier",
"is_default": true
}
}