Skip to main content

Add Tags to Items

Use this API to add tags to items in the drive

Request Body REQUIRED
askribeKey string

Your secret Askribe key. Can be obtained from your org's settings dashboard

driveId string

The id of your drive. It looks like RLXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX. This can be found on your drive dashboard.

addedTagToItemIdsMap object

A map where the key is the tag id and the value is a list of item IDs to which the tag should be added.

Responses
200

Returns map of tags to list of items

Schema OPTIONAL
isSuccess boolean OPTIONAL
data object OPTIONAL
errorMessage string OPTIONAL
customError object OPTIONAL