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": {}
}Update tags on a resource.
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": {}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.