{ "opencollection": "1.0.0", "info": { "name": "GitLab access_requests suggestions API", "version": "v4" }, "items": [ { "info": { "name": "suggestions", "type": "folder" }, "items": [ { "info": { "name": "putApiV4SuggestionsIdApply", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v4/suggestions/:id/apply", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the suggestion" } ] }, "docs": "Apply suggestion patch in the Merge Request it was created" }, { "info": { "name": "putApiV4SuggestionsBatchApply", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v4/suggestions/batch_apply" }, "docs": "Apply multiple suggestion patches in the Merge Request where they were created" } ] } ], "bundled": true }