PATCH Bulk editing time entries & projects documentation

Hi,

I have been integrating PATCH Bulk editing time entries into my applications and I am curious about all the valid paths this endpoint has access to? The API documentation is unclear about that. Is there a resource I can see that shows all paths including the data types they accept?

This would also include the PATCH WorkspaceProjects endpoint as both follow the request pattern.

Thanks

Hello! Let me check on this with our team :slight_smile:

Thanks @Jake. Any progress on this request?

@dkasa Yep!

For the replace operation:

“/description”
“/project_id”
“/task_id”
“/workspace_id”
“/user_id”
“/billable”
“/start”
“/shared_with_user_ids”

…and the add/remove operations:

“/tags”
“/deleted_at”
“/shared_with_user_ids”

1 Like

Thanks @Jake. Did you manage to get the paths for the project endpoint as well?

@dkasa Whoops! Yep I did:

replace

“/color”
“/currency”
“/template”
“/billable”
“/is_private”
“/auto_estimates”
“/rate”
“/client_id”
“/estimated_hours”
“/users”
“/groups”
“/fixed_fee”
“/start_date”
“/end_date”
“/name”
“/cid”

add and remove

“/users”
“/groups”
“/deleted_at”

1 Like