Skip to content

Update Team Config

PUT
/sales-coach/team/config

Change Team Command Center settings. Team-floor management required.

The body is OPEN, mirroring the app’s own model: this config is a JSONB bag that grows, and its DTO carries extra="allow" with a comment calling that an intentional deviation. Closing it here would reject a key the app itself stores.

Authorizations

Parameters

Header Parameters

X-Target-Org-Id
Any of:
string

Request Body required

Team Command Center settings.

OPEN (extra="allow"), mirroring the app’s TeamFloorConfigUpdate, which carries the same and says in its own docstring that it is an INTENTIONAL deviation from the extra="forbid" rule its sibling JSONB endpoints follow. Closing it here would reject a key the app itself stores.

Every field is optional; only what you send is written.

object
default_period
Any of:
string
goals
Any of:
object
key
additional properties
object
key
additional properties
any
team_command_center_enabled
Any of:
boolean
tv_rotation_seconds
Any of:
integer
visible_columns
Any of:
object
key
additional properties
Array<string>
visible_periods
Any of:
Array<string>
key
additional properties
any

Responses

200

Successful Response

object
data
required

An open envelope for a config, a bootstrap or a data response.

Open because the leaderboard and set DATA responses carry one key per KPI and the KPI catalogue is org-configurable: a closed model would drop a customer’s own metric, and a leaderboard missing a column reads as a rep having scored nothing.

object
key
additional properties
any
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string