Skip to content

Commit 0c9a00b

Browse files
author
Gauvain Pocentek
committed
[docs] Fix the milestone filetring doc (iid -> iids)
Fixes python-gitlab#633
1 parent c8eaeb2 commit 0c9a00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gl_objects/milestones.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ List the milestones for a project or a group::
3030

3131
You can filter the list using the following parameters:
3232

33-
* ``iid``: unique ID of the milestone for the project
33+
* ``iids``: unique IDs of milestones for the project
3434
* ``state``: either ``active`` or ``closed``
3535
* ``search``: to search using a string
3636

0 commit comments

Comments
 (0)