Skip to content
Snippets Groups Projects
Commit e90f8233 authored by Mateusz Kudela's avatar Mateusz Kudela
Browse files

Add missing argument to list_proposals method in database_api documentation

parent 1e711164
No related branches found
No related tags found
3 merge requests!120Delete few SMT method descriptions from database_api documentation,!119Hive documentation fixes,!118Draft: Database_api.list_proposals update
...@@ -2309,6 +2309,9 @@ ...@@ -2309,6 +2309,9 @@
* `active` * `active`
* `expired` * `expired`
* `votable` * `votable`
* `last_id (optional) - Id of the last object in the previous page from which you should start listing the next page`
| `start` (array) | `limit` (int) | `order` (string) | `order_direction` (string) | `status` (string) | | | `start` (array) | `limit` (int) | `order` (string) | `order_direction` (string) | `status` (string) | |
|-------------------|-|-|-|-|-| |-------------------|-|-|-|-|-|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment