{ "opencollection": "1.0.0", "info": { "name": "AI Service Actions Merge Requests API", "version": "1.0.0" }, "items": [ { "info": { "name": "Merge Requests", "type": "folder" }, "items": [ { "info": { "name": "Merge a merge request", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v2/storage/merge-request/:id/merge", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Merge a merge request" }, { "info": { "name": "Approve a merge request", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v2/storage/merge-request/:id/approve", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Approve a merge request" }, { "info": { "name": "Get merge request conflicts", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/merge-request/:id/conflicts", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get merge request conflicts" }, { "info": { "name": "List merge requests", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/merge-request" }, "docs": "List merge requests" }, { "info": { "name": "Create a merge request", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/merge-request", "body": { "type": "json", "data": "{}" } }, "docs": "Create a merge request" }, { "info": { "name": "Get merge request detail", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/merge-request/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated list of data to include. Allowed values: activityLog." } ] }, "docs": "Get merge request detail" }, { "info": { "name": "Update a merge request", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v2/storage/merge-request/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a merge request" }, { "info": { "name": "Request changes on a merge request", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v2/storage/merge-request/:id/request-changes", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Request changes on a merge request" }, { "info": { "name": "Request review for a merge request", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v2/storage/merge-request/:id/request-review", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Request review for a merge request" } ] } ], "bundled": true }