{ "opencollection": "1.0.0", "info": { "name": "GitLab access_requests chaos API", "version": "v4" }, "items": [ { "info": { "name": "chaos", "type": "folder" }, "items": [ { "info": { "name": "Chaos test endpoint for feature flag observability", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/chaos/test" }, "docs": "Picks a project by random ID and checks the `ebonet_chaos_tests` feature flag.\nWhen enabled, introduces a 20% chance of a 500 error and a 20% chance of\na 300ms delay. Returns 200 OK otherwise.\n" } ] } ], "bundled": true }