v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-19273210655.1 KB
Servers

Update server network

Sync the server's network with the given list of server IDs.

Processing mode: <small><code>async</code></small>

put/orgs/{organization}/servers/{server}/network

Path parameters

organizationstring required

The organization slug

serverinteger required

The server ID

Request body

serversinteger[] required

The server IDs that should be in this server's network.

Example request

{
  "servers": [
    1,
    2,
    3
  ]
}