{ "opencollection": "1.0.0", "info": { "name": "GitLab access_requests unleash API", "version": "v4" }, "items": [ { "info": { "name": "unleash", "type": "folder" }, "items": [ { "info": { "name": "getApiV4FeatureFlagsUnleashProjectId", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/feature_flags/unleash/:project_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The ID of a project" }, { "name": "instance_id", "value": "", "type": "query", "description": "The instance ID of Unleash Client" }, { "name": "app_name", "value": "", "type": "query", "description": "The application name of Unleash Client" } ] }, "docs": "Get Unleash features" }, { "info": { "name": "Get a list of features (v2 client support)", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/feature_flags/unleash/:project_id/features", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The ID of a project" }, { "name": "instance_id", "value": "", "type": "query", "description": "The instance ID of Unleash Client" }, { "name": "app_name", "value": "", "type": "query", "description": "The application name of Unleash Client" } ] }, "docs": "Deprecated in GitLab 15.6" }, { "info": { "name": "getApiV4FeatureFlagsUnleashProjectIdClientFeatures", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/feature_flags/unleash/:project_id/client/features", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The ID of a project" }, { "name": "instance_id", "value": "", "type": "query", "description": "The instance ID of Unleash Client" }, { "name": "app_name", "value": "", "type": "query", "description": "The application name of Unleash Client" } ] }, "docs": "Get a list of features" }, { "info": { "name": "postApiV4FeatureFlagsUnleashProjectIdClientRegister", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/feature_flags/unleash/:project_id/client/register", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The ID of a project" } ] }, "docs": "Register Unleash client" }, { "info": { "name": "postApiV4FeatureFlagsUnleashProjectIdClientMetrics", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/feature_flags/unleash/:project_id/client/metrics", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The ID of a project" } ] }, "docs": "Report Unleash client metrics" } ] } ], "bundled": true }