mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
Mentions in API doc that the date is optional.
This commit is contained in:
parent
6bcf5e3aa2
commit
74b087fe6a
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ You can get the list of bills by doing a `GET` on `/api/projects/<id>/bills` ::
|
|||
Add a bill with a `POST` query on `/api/projects/<id>/bills`. you need the
|
||||
following params:
|
||||
|
||||
* `date`: the date of the bill. (yy-mm-dd)
|
||||
* `date`: the date of the bill; defaults to current date if not provided. (yy-mm-dd)
|
||||
* `what`: what have been payed
|
||||
* `payer`: by who ? (id)
|
||||
* `payed_for`: list of ids
|
||||
|
|
Loading…
Add table
Reference in a new issue