Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Leading slash in ListMergeRequestDiffs API causes 404 #1806

Closed
alyip98 opened this issue Sep 28, 2023 · 1 comment
Closed

Leading slash in ListMergeRequestDiffs API causes 404 #1806

alyip98 opened this issue Sep 28, 2023 · 1 comment

Comments

@alyip98
Copy link

alyip98 commented Sep 28, 2023

u := fmt.Sprintf("/projects/%s/merge_requests/%d/diffs", PathEscape(project), mergeRequest)

GET https://gitlab.example.com/api/v4//projects/123/merge_requests/123/diffs: 404 {error: 404 Not Found}
@svanharmelen
Copy link
Member

Fixed by #1808

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants