GitLabPHP / Client

GitLab API v4 client for PHP
MIT License
933 stars 452 forks source link

[11.14] Group milestones API: able to call GitLab API with addtional parameters updated_before and updated_after #786

Closed wenchaoxue closed 7 months ago

wenchaoxue commented 11 months ago

List group milestones new parameters

updated_before:
Return only milestones updated before the given datetime. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
Introduced in GitLab 15.10

updated_after:
Return only milestones updated after the given datetime. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
Introduced in GitLab 15.10
GrahamCampbell commented 7 months ago

Thanks.