-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
return identifier of created Entry #131
Comments
Ah, I see the problem: curl -i -d'["22 Aug 2022", "nlnet-timesh", "Federated Timesheets", 6]' http://michiel:****@localhost:8080/v1/worked-hours
HTTP/1.1 200 OK
Host: localhost:8080
Date: Mon, 22 Aug 2022 10:57:22 GMT
Connection: close
X-Powered-By: PHP/8.1.4
Content-type: text/html; charset=UTF-8
[
{
"worker": "michiel",
"project": "nlnet-timesh:Federated Timesheets",
"timestamp_": "2022-08-22 00:00:00",
"amount": "8",
"description": ""
}
] |
Could you please update the docs for this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As mentioned in https://gitter.im/federatedbookkeeping/timesheets?at=630353709994996293fe509b
This might be related to #127, I think we already return the movement ID but I will find out.
The text was updated successfully, but these errors were encountered: