Skip to main content
PUT
Update a tag group dimension

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Include the token in the Authorization header as: Bearer <token>

Path Parameters

groupId
string<uuid>
required

Unique identifier of the tag group this dimension belongs to.

dimensionId
string<uuid>
required

Unique identifier of the tag group dimension to be updated.

Body

application/json;charset=UTF-8
code
string
required

Code used in the external ERP/accounting system to identify the tag group dimension.

Example:

"5524f270-6c21-11ee-b962-0242ac120002"

displayOrder
integer<int32>
required

Numerical value assigned to the tag group dimension to determine the display position.

Example:

1

name
string
required

User readable name of the tag group dimension.

Example:

"Project"

visible
boolean
required

Determines if this tag group dimension is displayed in the UI.

Example:

false

Response

default - application/json;charset=UTF-8

default response

data
object
required