cURL
curl --request PUT \ --url http://localhost:8080/api/config \ --header 'Content-Type: application/json' \ --data '{}'
{ "status": "success", "message": "Operation completed successfully" }
Updates the Bifrost configuration. Supports hot-reloading of certain settings like drop_excess_requests.
Configuration updates to apply
Configuration updated successfully
Operation status
success
"success"
Success message
"Operation completed successfully"
Was this page helpful?