Path parameters
-
The subject to get the config for. Use [:.:] for context-qualified subjects, or just for the default context. Use :.: for context-level config.
GET
/config/{subject}
curl \
--request GET 'http://localhost:8081/config/{subject}'
Response examples (200)
{
"compatibilityLevel": "FULL_TRANSITIVE"
}
Response examples (200)
{
"compatibilityLevel": "FULL_TRANSITIVE"
}
Response examples (200)
{
"compatibilityLevel": "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"
}