-
-
Notifications
You must be signed in to change notification settings - Fork 456
Closed
Description
I am sending a request to get a list of comments for MR
Version 9.19 generated a request like this (working):
/api/v4/projects/31/merge_requests?iids[]=21
Version 10 makes a request like this (doesn't work):
/api/v4/projects/31/merge_requests?iids%5B0%5D=21
Therefore, the gitlab returns an error:
iids is invalid
{
"error": {"type": "ValidationFailedException", "data": "iids is invalid"}, "info": {
"exception": "Gitlab\\Exception\\ValidationFailedException",
"file": "\/var\/www\/tunnel\/vendor\/m4tthumphrey\/php-gitlab-api\/src\/HttpClient\/Plugin\/GitlabExceptionThrower.php",
"line": 60
}
drumm
Metadata
Metadata
Assignees
Labels
No labels