Skip to main content
PATCH
Update tags

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

resource_id
string
required
resource_type
string
required

The type of resource to tag. Singular and plural forms are accepted. Supported types are:

  • flow / flows
  • environment / environments (also env)
  • repo / repos
  • control / controls
org
string
required

Body

application/json
set_tags
Set Tags · object | null

Dictionary of key-value tags to be added or updated

remove_tags
string[] | null

List of tag keys to be removed

Response

Successful Response

The response is of type string.

Last modified on July 21, 2026