Tags
Manage tagged links
Attach or detach an existing link from a tag.
PUT
Attach a tag to a link
PUT /v1/tag/{tag_id}/links/{link_id} attaches a tag; DELETE detaches it. Both require tags.update and links.view. The idempotent response reports resource_id, link_id, attached, and whether the association changed. It does not modify or delete the underlying link.
Shared API behavior
Authentication is workspace-scoped; see Authentication. Errors use the standard envelope and request IDs described in Errors, and requests are subject to Rate limits.Authorizations
A workspace API key beginning with biqli_.
Path Parameters
Pattern:
^biq_tag_[0-9A-HJKMNP-TV-Z]{26}$Pattern:
^biq_lnk_[0-9A-HJKMNP-TV-Z]{26}$
