Modes (v1)

Update global mode

Update global mode. On success, echoes the original request back to the client.

put/mode

Query parameters

forceboolean

Whether to force update if setting mode to IMPORT and schemas currently exist

Request body

modestring

Schema Registry operating mode

Example request

{
  "mode": "READWRITE"
}

Response

The original request.

Changes

No recorded changes to this endpoint across all 1 revision of this API.