Update Tags
PUT/assets/{assetId}/tags
Add/delete tags on a specific asset
Body ParametersJSONExpand Collapse
Update Tags
curl https://api.cloud.scenario.com/v1/assets/$ASSET_ID/tags \
-X PUT \
-H 'Content-Type: application/json' \
-u "$SCENARIO_SDK_API_KEY:SCENARIO_SDK_API_SECRET" \
-d '{}'{
"added": [
"string"
],
"deleted": [
"string"
]
}Returns Examples
{
"added": [
"string"
],
"deleted": [
"string"
]
}