Config
Update the compatibility level for a subject.
Update the compatibility level for a subject. This setting overrides the global compatibility level for this subject.
put/config/{subject}
Path parameters
subjectstring required
Name of the subject.
Headers
X-Registry-GroupIdstring
Group id in Apicurio Registry.
Request body
Response
The updated configuration for the subject.
Example response
{
"compatibility": "FULL"
}