curl --request PATCH \
--url https://api.plane.com/v1/time-entries/:id \
--header 'Authorization: Bearer <token>'
curl --request PATCH \
--url https://api.plane.com/v1/time-entries/:id \
--header 'Authorization: Bearer <token>'
Was this page helpful?