How to add multiline comments to mergerequests in gitlab via rest api? byShyam Buhecha •January 25, 2023 You can add multiline comments to merge requests in GitLab via the REST API by making a POST request to the /projects/:id/merge_requests/:merge_request_iid/notes endpoint, including the body parameter in the request payload. The value of the body …