activities
Partially updates activity with provided id. Only provided fields will be updated.
patch/companies/{companySlug}/activities/{activityId}
Request body
Example request
{
"name": "Development",
"hourlyRate": 125000,
"productId": 12345,
"billable": true,
"description": "Backend development work",
"projectId": 12345
}Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.