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

Documentation Index

Fetch the complete documentation index at: https://docs.rigbox.dev/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.

Body

application/json
resource
string
required
tags
object
required

Response

200 - application/json

Tags updated

resource
string
required
tags
object
required