Skip to main content
PUT
Attach a link to a folder
Use PUT /v1/folder/{folder_id}/links/{link_id} to attach and DELETE on the same path to detach. Both require link_groups.update and links.view; IDs must be biq_fld_... and biq_lnk_... from the key’s workspace.
The idempotent 200 OK response reports resource_id, link_id, attached, and changed. changed is false when the requested state already existed. This operation never deletes the 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

Authorization
string
header
required

A workspace API key beginning with biqli_.

Path Parameters

folder
string
required
Pattern: ^biq_fld_[0-9A-HJKMNP-TV-Z]{26}$
Pattern: ^biq_lnk_[0-9A-HJKMNP-TV-Z]{26}$

Response

Attachment state.

resource_id
string
required
Pattern: ^biq_lnk_[0-9A-HJKMNP-TV-Z]{26}$
attached
boolean
required
changed
boolean
required
status
string
required
Allowed value: "success"