Atlassian · Example Payload

Atlassian Atlassiansetsharedtimetrackingconfiguration Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiansetsharedtimetrackingconfiguration Example is an example object payload from Atlassian, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "atlassianSetsharedtimetrackingconfiguration",
  "method": "PUT",
  "path": "/rest/api/3/configuration/timetracking/options",
  "summary": "Atlassian Set Time Tracking Settings",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "defaultUnit": "hour",
        "timeFormat": "pretty",
        "workingDaysPerWeek": 5.5,
        "workingHoursPerDay": 7.6
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "{\"defaultUnit\":\"hour\",\"timeFormat\":\"pretty\",\"workingDaysPerWeek\":5.5,\"workingHoursPerDay\":7.6}"
    }
  ]
}