Time tracking
Update workspace rate config
PATCH
Update workspace rate config
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Body
application/json
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
Update workspace rate config