Skip to main content
PUT
Update virtual tag config

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

token
string
required

Body

application/json

Updates an existing VirtualTagConfig.

key
string

The key of the VirtualTagConfig.

overridable
boolean | null

Whether the VirtualTagConfig can override a provider-supplied tag on a matching Cost.

backfill_until
string<date> | null

The earliest month the VirtualTagConfig should be backfilled to.

collapsed_tag_keys
object[]

Tag keys to collapse values for.

values
object[]

Values for the VirtualTagConfig, with match precedence determined by order in the list.

Response

VirtualTagConfig model

token
string
required

The token of the VirtualTagConfig.

Example:

"vtag_1234"

created_by_token
string | null
required

The token of the Creator of the VirtualTagConfig.

Example:

"usr_1234"

key
string
required

The key of the VirtualTagConfig.

Example:

"Cost Center"

overridable
boolean
required

Whether the VirtualTagConfig can override a provider-supplied tag on a matching Cost.

backfill_until
string
required

The earliest month VirtualTagConfig should be backfilled to.

Example:

"2026-02-01"

collapsed_tag_keys
object[]
required

Tag keys to collapse values for.

values
object[]
required

Values for the VirtualTagConfig, with match precedence determined by their relative order in the list.