English
cURL
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>" ] } '
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Realm updated.
Was this page helpful?