Skip to main content

Update Tags

Use this API to update tags from 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.

updatedTagData object

Map where the key is the existing tag ID and the value contains the fields to be updated along with their new values.

Responses
200

Returns list of updated tags

Schema OPTIONAL
isSuccess boolean OPTIONAL
data object OPTIONAL
updatedTagData object OPTIONAL

Map where the key is the existing tag ID and the value contains the updated tag data.

errorMessage string OPTIONAL
customError object OPTIONAL