Mark entry invoiced outside of Noko
documentedMark an entry as invoiced outside of Noko with invoiced date.
PUT /v2/entries/{id}/marked_as_invoicedEntriesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.nokotime.com/v2/entries/{{$entry_id}}/marked_as_invoiced" \
-X PUT \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"date": "{{$date}}"}'