put-assets-tags-by-asset-id
Manage tags on specific assets in Scenario.com's AI platform by adding or removing them to organize and categorize generated content.
Instructions
Add/delete tags on a specific asset
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assetId | Yes | The ID of the asset to update its tags | |
| add | No | ||
| strict | No | If true, the function will throw an error if: - one of the tags to add already exists - one of the tags to delete is not found If false, the endpoint will behave as if it was idempotent | |
| delete | No |