PUT/projects/api/v3/me/timers/{timerId}/resume.json

Resume a timer by ID

Resume an existing timer. If other timers are currently running, those timers are paused before resuming.

Path Params

  • Name
    timerId
    Type
    integer
    required
    Description

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 OK
    Response contains the information returned when sending a PUT/POST request to the timers endpoint, or GET request for a single item by ID
  • Code
    201
    Type
    object
    Schema
    Description
    201 Created
    Response contains the information returned when sending a PUT/POST request to the timers endpoint, or GET request for a single item by ID
  • Code
    400
    Type
    object
    Schema
    Description
    400 Bad Request
    ErrorResponse defines how []Error should be marshaled to JSON.
  • Code
    403
    Type
    object
    Schema
    Description
    403 Forbidden
    ErrorResponse defines how []Error should be marshaled to JSON.
  • Code
    404
    Description
    404 Not Found No Data

Examples

200 OK

Response
{  "included": {    "projects": {      "additionalProp": {        "activePages": {          "billing": true,          "board": true,          "comments": true,          "files": true,          "finance": true,          "forms": true,          "gantt": true,          "links": true,          "list": true,          "messages": true,          "milestones": true,          "notebooks": true,          "proofs": true,