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