Add a custom app
POST https://manage.kontent.ai/v2/projects/:environment_id/custom-apps
Creates a new custom app.
Request Body
{"name"=>"<string>", "codename"=>"<string>", "source_url"=>"<string>", "id"=>"<string>", "config"=>"<string,null>", "allowed_roles"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}]}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"name":"Custom App Name","codename":"custom_app_codename","source_url":"https://customapp.net","id":"f8f0b5cb-f5b7-42e8-af85-fbdab3ddfacf","config":"\"{\"theme\":{\"color\":\"#007BFF\",\"logo_url\":\"https://assets.customapp.net/logo.png\"},\"features\":{\"enable_notifications\":true,\"enable_advanced_mode\":false}}\"","allowed_roles":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]}