v1

latestOpenAPI 3.0.2Apache 2.02026-07-174217115.5 KB
Mode

Deletes the subject-level mode configuration and reverts to using the global mode.

delete/mode/{subject}

Path parameters

subjectstring required

Name of the subject.

Headers

X-Registry-GroupIdstring

Group id in Apicurio Registry.

Response

Returns the mode that was deleted.

mode'READWRITE' | 'READONLY' | 'IMPORT' required

Current operating mode of the registry.

Example response

{
  "mode": "READWRITE"
}