PUT/time_entries/{id}.json

Update a Time Entry

Updates the given time-entry record with the data given.

Please Note:

You can also pass in project-id to move this time log to another project.

Path Params

  • Name
    id
    Type
    string
    required
    Description

Body Params

    • Name
      time-entry
      Type
      object

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

    application/json
    {
      "STATUS": "OK"
    }