multiline coment

How to add multiline comments to mergerequests in gitlab via rest api?

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 …

Load More
That is All