Update Configuration
PUT/api/v1/admin/configurations/:key
Update configuration value.
Validates against ConfigSpec rules. Readonly configs cannot be updated. Invalidates cache and logs audit trail.
Returns: 200: Success with requires_restart flag 400: Validation error or readonly field 404: Configuration not found 500: Server error
Request
Responses
- 200
- 400
- 404
- 500
OK
Bad Request
Not Found
Internal Server Error