/
AP
apicurio
/
Apicurio Registry Confluent Compatibility API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 15m ago · Updated 3w ago
View markdown
apicurio
Apicurio Registry Confluent Compatibility API
get
/mode
v1
latest
OpenAPI 3.0.2
Apache 2.0
2026-07-17
42
17
115.5 KB
Compatibility
2
Config
6
Contexts
1
Exporters
11
Mode
5
get
/mode
put
/mode
get
/mode/{subject}
put
/mode/{subject}
delete
/mode/{subject}
Schemas
6
Subjects
11
Mode
get
/mode
Response
Returns the current global mode.
ModeUpdateResponse
required
mode
'READWRITE'
|
'READONLY'
|
'IMPORT'
required
Current operating mode of the registry.
Example response
{ "mode": "READWRITE" }