Mode
Updates the global mode for Schema Registry. This operation is allowed only if Schema Registry was started with mode.mutability=true.
put/mode
Query parameters
forceboolean
If true, allows the mode change even if schemas are already registered. Useful in disaster recovery scenarios.
Request body
Example request
{
"mode": "IMPORT"
}Response
Returns the updated global mode.
Example response
{
"mode": "READWRITE"
}