Skip to main content
PATCH
/
radius
/
groups
/
{id}
Update Group
curl --request PATCH \
  --url https://v1.api.altostrat.io/radius/groups/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "group_name": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required
Pattern: ^rad_grp_[A-Za-z0-9_\-]+$

Body

application/json
group_name
string

Response

200

Updated group.