When enabled, a space developer can create routes in a space. When disabled, only admin users can create routes.
GET /v2/config/feature_flags/route_creation
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMwMSIsImVtYWlsIjoiZW1haWwtMjAzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjEzNzQ2Mzl9.2bEmdyWu5U6osZZtqsue1z-OS4Hvkp6NDUkPqkpcYXM Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/config/feature_flags/route_creation" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMwMSIsImVtYWlsIjoiZW1haWwtMjAzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjEzNzQ2Mzl9.2bEmdyWu5U6osZZtqsue1z-OS4Hvkp6NDUkPqkpcYXM" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "name": "route_creation", "enabled": true, "error_message": null, "url": "/v2/config/feature_flags/route_creation" }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 8894f9aa-d261-43e2-8bf8-3f5e9b1dfdfe Content-Length: 126 X-Content-Type-Options: nosniff