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

Response

200

Tag updated.