Skip to main content
PATCH
Update time tracking config for a space

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".

project_id
string
required

Project ID is a numerical string that identifies a Project. This is externally referred to as a "Space".

Body

application/json
enabled
boolean | null

Toggle time tracking for cards in this space.

Response

Updated space time tracking configuration

space_time_tracking_config
object