{ "opencollection": "1.0.0", "info": { "name": "GitLab access_requests metadata API", "version": "v4" }, "items": [ { "info": { "name": "metadata", "type": "folder" }, "items": [ { "info": { "name": "Retrieve metadata information for this GitLab instance", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/metadata" }, "docs": "This feature was introduced in GitLab 15.2." }, { "info": { "name": "Retrieves version information for the GitLab instance", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/version" }, "docs": "This feature was introduced in GitLab 8.13 and deprecated in 15.5. We recommend you instead use the Metadata API." } ] } ], "bundled": true }