Delete Comment
Delete a comment from MR
URL:
POST /api/v1/mr/comment/${conversation_id}/delete
Request Params:
Field | Required | Type | Location | Description |
---|---|---|---|---|
link | Y | string | Path | A unique identifier for the merge request to be merged |
Cookie | Y | string | Header | Cookie of logged-in user |
body | Y | string | Body | Rich editor string |
Request Example:
POST /api/v1/mr/comment/2497916806775045/delete
Content-Type: application/json
Fetch Merge Request List
Fetch a paginated list of Merge Requests (MRs) based on their status. This API allows filtering of MRs by their status (open, closed, or all) and supports pagination.
Merge MR
Allows a user to merge a specific Merge Request (MR) if they have the necessary permissions and if the MR is in an open state
Close MR
Close a Merge Request (MR) if it is in an open state
Reopen MR
Open a Merge Request (MR) if it is in an Close state
Files Changed
Use Libra Commend to get mr's changed files.
MR Details
Fetch detailed information about a specific Merge Request (MR), including its metadata and conversations.
Comment
Add a comment to MR
Delete Comment
Delete a comment from MR