v1

latestOpenAPI 3.0.02026-07-2482421001.1 KB
Tag Management

Update revenue deduction tag

This API allows you to update the list of tags that should be deducted from all credits to calculate net revenue. Only the tag names provided in the request body will be used as revenue deduction tags after the update, and existing values will be replaced.

put/v2/analytics/revenue-deduction-tags

Request body

revenue_deduction_tagsstring[]

Example request

{
  "revenue_deduction_tags": [
    "revenue"
  ]
}

Response

Tags Updated Successfully

{"stackTrail":"paths:/v2/analytics/revenue-deduction-tags:put:responses:204:content:application/json:schema","oasType":"schema","type":"unknown","title":"Tags Updated Successfully"}