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
Example request
{
"servers": [
1,
2,
3
]
}