Mode
Returns the mode configured for a specific subject. If not explicitly configured, the subject inherits the global mode.
get/mode/{subject}
Path parameters
subjectstring required
Name of the subject.
Headers
X-Registry-GroupIdstring
Group id in Apicurio Registry.
Response
Returns the mode for the subject.
Example response
{
"mode": "READWRITE"
}