Skip to main content
PATCH
Update workspace rate config

Authorizations

Authorization
string
header
required

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

Path Parameters

team_id
string
required

Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".

Body

application/json
default_rate_cents
integer | null
billable_by_default
boolean | null
privacy_setting
enum<string>

Controls who can see other users' time data within the workspace.

  • hidden: only the entry's author can see their own entries; no aggregates exposed.
  • aggregates_only: members see aggregated totals across all users, but not individual entries.
  • visible_to_admins: non-admins only see their own entries; admins see everyone's entries and aggregates.
  • visible: every member sees both aggregates and individual entries.
Available options:
hidden,
aggregates_only,
visible_to_admins,
visible
Example:

"visible_to_admins"

Response

Updated workspace rate config

rate_config
object