PUT/clockin/{clockinId}.json

Edit a clock in/out entry

Path Params

  • Name
    clockinId
    Type
    string
    required
    Description

Body Params

    • Name
      clockIn
      Type
      object

    Request Examples

    Example Request

    PUT
    /clockin/{clockinId}.json
    curl --request GET \
         --url https://{site_name}.teamwork.com/stats.json

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

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