Please enable JavaScript.
Coggle requires JavaScript to display documents.
API Configuration - Coggle Diagram
API Configuration
Key Manager Configuration
Allow All
When checked, “Allow Selected” is disabled
Allow Selected
When checked, user must select from a list (if applicable)
Validate mutual exclusivity between both options
Validate Save button applies the configuration
General Validations
Ensure changes persist after Save
Validate all required fields before Save
Validate form resets on page refresh (if applicable)
Validate tooltips or info icons show help messages where available
Application Level Security
Security Options:
OAuth2
Basic
API Key
Validate multiple options can be selected
Mandatory Toggle
Toggle ON → Application security is required
Toggle OFF → Security becomes optional
Transport Level Security
Validate checkboxes for HTTP and HTTPS
HTTP and HTTPS both can be selected
At least one option must be selected before saving
HTTP and HTTPS can be independently selected
Validate Save button behavior:
Save applies current selection
Displays confirmation or error on failure
Authorization Header
Override Default Checkbox
When checked:
Text input appears
Warning message is displayed: “Once you enable...”
When unchecked:
Input is hidden or disabled
Authorization Header Field
Validate input accepts valid header names
Validate empty input shows error on save
Validate header gets updated on Save
CORS Policy
Toggle On/Off
When ON: dropdown is enabled
When OFF: dropdown and Save button disabled
Select CORS Policy
Validate list population (if policies are available)
Validate Save button is enabled only if a policy is selected
Validate error shown if no policy selected and Save clicked