PUT
/
v2
/
time-activity
curl --request PUT \
  --url https://api.sonderplan.com/v2/time-activity \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '"<any>"'
{
  "success": {
    "id": 2384
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
string
required

The ID of the time activity you wish to update

Body

application/json · any

The body is of type any.

Response

200
application/json
Successful Operation
success
object