Skip to main content
PUT
/
api
/
access-control
/
tags
Update tags
curl --request PUT \
  --url https://api.rigbox.dev/api/access-control/tags \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "resource": "<string>",
  "tags": {}
}
'
{
  "resource": "<string>",
  "tags": {}
}

Authorizations

Authorization
string
header
required

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

Body

application/json
resource
string
required
tags
object
required

Response

Resource tags updated

resource
string
required
tags
object
required