Attach or detach tags from vault accounts
Attach or detach one or more tags from the requested vault accounts. Endpoint Permission: For protected tags: Owner, Admin, Non-Signing Admin. For non protected tags: Owner, Admin, Non-Signing Admin, Signer, Editor, Approver.
POST
TypeScript
Headers
A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Body
application/json
The IDs of the vault accounts to attach tags to
Required array length:
1 - 100 elementsExample:
["0", "1"]The IDs of the tags to attach
Required array length:
1 - 20 elementsExample:
[
"df4c0987-30da-4976-8dcf-bc2dd41ae331",
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
]The IDs of the tags to detach
Required array length:
1 - 20 elementsExample:
[
"df4c0987-30da-4976-8dcf-bc2dd41ae331",
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
]Previous
Get the job status of the bulk deposit address creationReturns the current status of (or an error for) the specified deposit addresss bulk creation job.
**Endpoint Permissions:** Admin, Non-Signing Admin, Signer, Approver, Editor, and Viewer.
Next
TypeScript