Skip to main content
PUT
Update a tag

Authorizations

X-BRONTO-API-KEY
string
header
required

Body

application/json
name
string
required

The name of the tag, a tag name must be unique per entity.

Required string length: 1 - 255
Example:

"environment"

value
string
required

The value of the tag

Required string length: 1 - 255
Example:

"production"

entity
object
required

Response

Tag successfully updated.

name
string
required

The name of the tag, a tag name must be unique per entity.

Required string length: 1 - 255
Example:

"environment"

value
string
required

The value of the tag

Required string length: 1 - 255
Example:

"production"

entity
object
required