Skip to main content
POST
/
radius
/
account-containers
/
{id}
/
move
Move Container
curl --request POST \
  --url https://api.altostrat.io/radius/account-containers/{id}/move \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "parent_id": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
parent_id
string | null

The ID of the new parent container, or null to move to root.

Response

202

Move accepted and processing in background.