v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBCloud Cost Management
Upsert a Cloud Cost Management tag description
Create or update a Cloud Cost Management tag key description. The new description and optional cloud scoping are supplied in the request body. Omit cloud to set a cross-cloud default for the tag key.
put/api/v2/cost/tag_descriptions/{tag_key}
Path parameters
tag_keystring required
The tag key whose description is being upserted.
Request body
Example request
{
"data": {
"attributes": {
"cloud": "aws",
"description": "AWS account that owns this cost."
},
"id": "account_id",
"type": "cost_tag_description"
}
}Response
No Content