curl --request PATCH \
--url https://api.plane.com/v1/time-entries/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"duration": "<string>",
"date": "<string>",
"note": "<string>"
}
'{ "id": "tme_1HPCXADYAhh5k1NMU0r1WUqs" }
curl --request PATCH \
--url https://api.plane.com/v1/time-entries/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"duration": "<string>",
"date": "<string>",
"note": "<string>"
}
'{ "id": "tme_1HPCXADYAhh5k1NMU0r1WUqs" }
{ "id": "tme_1HPCXADYAhh5k1NMU0r1WUqs" }
Was this page helpful?