{
"auth_domain": "test.cloudflareaccess.com",
"is_ui_read_only": "false",
"login_design": {
"background_color": "#c5ed1b",
"footer_text": "This is an example description.",
"header_text": "This is an example description.",
"logo_path": "https://example.com/logo.png",
"text_color": "#c5ed1b"
},
"name": "Widget Corps Internal Applications"
}
curl --location --request PUT 'https://api.cloudflare.com/client/v4/zones//access/organizations' \
--header 'Content-Type: application/json' \
--data-raw '{
"auth_domain": "test.cloudflareaccess.com",
"is_ui_read_only": "false",
"login_design": {
"background_color": "#c5ed1b",
"footer_text": "This is an example description.",
"header_text": "This is an example description.",
"logo_path": "https://example.com/logo.png",
"text_color": "#c5ed1b"
},
"name": "Widget Corps Internal Applications"
}'
{
"errors": [],
"messages": [],
"result": {
"auth_domain": "test.cloudflareaccess.com",
"created_at": "2014-01-01T05:20:00.12345Z",
"is_ui_read_only": "false",
"login_design": {
"background_color": "#c5ed1b",
"footer_text": "This is an example description.",
"header_text": "This is an example description.",
"logo_path": "https://example.com/logo.png",
"text_color": "#c5ed1b"
},
"name": "Widget Corps Internal Applications",
"updated_at": "2014-01-01T05:20:00.12345Z"
},
"success": true
}