Back to Project

PUT Method Details for UpdateStatus.

Update project status by project identifier

Definition

https://app[x].timelog.com/[account name]/api/v{version}/project/{projectID}/status

Parameters

  • projectID integer Project identifier
  • model object Update project status model
    • AllowTimeTracking boolean Gets or sets a value indicating whether time tracking is allowed.
    • ProjectStatus integer Gets or sets the project status
    {
      "AllowTimeTracking": false,
      "ProjectStatus": 0
    }
  • version string The requested API version

Returns

  • [200] Project status was updated successfully
  • [401] Invalid authentication token
  • [500] Project status could not be updated
    • Code integer Gets the code.
    • Details array Gets the details.
    • Message string Gets the message.
    • Parameters string Gets the parameters.
    • Url string Gets the URL.
    {
      "Code": 0,
      "Details": "",
      "Message": "",
      "Parameters": "",
      "Url": ""
    }