Images

Update Image Tags

Learn how to update tags on a brand asset image

patch/brand-assets/images/update/{id}

Path parameters

idnumber required

The unique identifier of the brand asset to update

Query parameters

embedIdstring

Embed instance ID. Pair with embedUserId to scope this call to one embed user

embedUserIdstring

The same userId your app passes to the embed URL. Requires embedId

Request body

tagsstring[] required

Array of tags to set on the asset (replaces any existing tags)

Response

Successful response

object required

Changes

Changed in 2 of the 7 revisions of this API.8

    • added the media type application/json for the response with the status 401

      response-media-type-added

    • added the media type application/json for the response with the status 429

      response-media-type-added

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added

    • added the new optional query request parameter embedId

      new-optional-request-parameter

    • added the new optional query request parameter embedUserId

      new-optional-request-parameter