Skip to main content
PATCH
/
radius
/
account-containers
/
{id}
Update Container
curl --request PATCH \
  --url https://api.altostrat.io/radius/account-containers/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<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
name
string
description
string

Response

200

Container updated.