Skip to main content
POST
/
radius
/
accounts
/
{id}
/
move
Move Account
curl --request POST \
  --url https://api.altostrat.io/radius/accounts/{id}/move \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "container_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
container_id
string | null

Response

202

Move accepted.