Skip to main content
PATCH
/
v1
/
game
/
network
/
{serverId}
/
allocations
/
{allocationId}
Update allocation notes
curl --request PATCH \
  --url https://api.waterfall.host/v1/game/network/{serverId}/allocations/{allocationId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "notes": "<string>"
}
'

Authorizations

Authorization
string
header
required

API key generated from your Waterfall dashboard

Path Parameters

serverId
string
required
allocationId
string
required

Body

application/json
notes
string

Response

200

Allocation updated