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

Response

200

Updated NAS.