application/vnd.schemaregistry.v1+json
Body
-
Compatibility level
Values are
BACKWARD,BACKWARD_TRANSITIVE,FORWARD,FORWARD_TRANSITIVE,FULL,FULL_TRANSITIVE, orNONE.
PUT
/config/{subject}
cURL (application/vnd.schemaregistry.v1+json)
curl \
--request PUT 'http://localhost:8081/config/{subject}' \
--header "Content-Type: application/vnd.schemaregistry.v1+json"
curl \
--request PUT 'http://localhost:8081/config/{subject}' \
--header "Content-Type: application/vnd.schemaregistry+json"
curl \
--request PUT 'http://localhost:8081/config/{subject}' \
--header "Content-Type: application/json" \
--data '{"compatibility":"FULL_TRANSITIVE"}'
Request examples
{
"compatibility": "FULL_TRANSITIVE"
}
Request examples
{
"compatibility": "FULL_TRANSITIVE"
}
Request examples
{
"compatibility": "FULL_TRANSITIVE"
}
Response examples (200)
{
"compatibility": "FULL_TRANSITIVE"
}
Response examples (200)
{
"compatibility": "FULL_TRANSITIVE"
}
Response examples (200)
{
"compatibility": "FULL_TRANSITIVE"
}
Response examples (500)
{
"error_code": 42,
"message": "string"
}
Response examples (500)
{
"error_code": 42,
"message": "string"
}
Response examples (500)
{
"error_code": 42,
"message": "string"
}