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
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
Responses
200
Successful Response
object
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
422
Validation Error