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

Response

200

Realm updated.