Update a dynamic tag’s prompts

Triggers the update of a dynamic tag’s prompts in our platform. Notice that the results may take a while to be reflected in the system. On success, no content is returned in the response.

Path parameters

category_idstringRequired

The unique identifier for the category

dynamic_tag_idstringRequired

The unique identifier for the dynamic tag

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
textPromptDatalist of stringsOptional

New list of text prompts to replace existing prompts

visualPromptDatalist of maps from strings to stringsOptional

New list of visual prompts to replace existing prompts

Errors