Modes (v1)

Update subject mode

Update mode for the specified subject. On success, echoes the original request back to the client.

put/mode/{subject}

Path parameters

subjectstring required

Name of the subject

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.