Create Settings
POST/v1/api/org/settings
Creates global application settings.
Auth Required
Required Permissions:
system.settings:write("System Settings")
Request
Responses
- 200
- 400
- 401
- 403
- 500
Settings created successfully
Bad Request. The request was invalid or cannot be otherwise served.
Unauthorized. User is not authenticated or session is invalid.
Forbidden. User does not have the required permissions.
Internal Server Error