Skip to main content
PUT
Update territory

Authorizations

Authorization
string
header
required

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

Path Parameters

uuid
string<uuid>
required

Territory identifier.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$

Body

application/json

Request body schema.

label
string

Territory label.

color
enum<string>

Territory color.

Available options:
orange,
red,
purple,
green,
yellow,
grey
description
string | null

Territory description.

members
Members · object[]

Territory members.

fallbackMemberUuid
string<uuid> | null

Fallback member identifier.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$

Response

Successful response

territory
Territory · object
required

Updated territory details.