When enabled, space developers can upload app bits. When disabled, only admin users can upload app bits
GET /v2/config/feature_flags/app_bits_upload
Name | Description | Default | Valid Values | Example Values |
---|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTk5IiwiZW1haWwiOiJlbWFpbC05OEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDM1MTAyODUwfQ.oV5wKmLrn2RlY4tvAwuy_TnzSe2yWpndkuLm1cflolU Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/config/feature_flags/app_bits_upload" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTk5IiwiZW1haWwiOiJlbWFpbC05OEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDM1MTAyODUwfQ.oV5wKmLrn2RlY4tvAwuy_TnzSe2yWpndkuLm1cflolU" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "name": "app_bits_upload", "enabled": true, "error_message": null, "url": "/v2/config/feature_flags/app_bits_upload" }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: fb88d504-7b3a-4c39-91aa-306bf214e5d5 Content-Length: 128 X-Content-Type-Options: nosniff