cURL
curl --request POST \ --url https://api.opal.dev/v1/tags/{tag_id}/resources/{resource_id} \ --header 'Authorization: Bearer <token>'
Applies a tag to a resource.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the tag to apply.
The ID of the resource to apply the tag to.
Tag applied to resource successfully.
Was this page helpful?