To retrieve the Schema Registry configuration for a Subject of a Kafka cluster, send a GET request to/v2/databases/$DATABASE_ID/schema-registry/config/$SUBJECT_NAME.The response is a JSON object with a compatibility_level key, which is set to an objectcontaining any database configuration parameters.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To update the Schema Registry configuration for a Subject of a Kafka cluster, send a PUT request to/v2/databases/$DATABASE_ID/schema-registry/config/$SUBJECT_NAME.The response is a JSON object with a compatibility_level key, which is set to an objectcontaining any database configuration parameters.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To retrieve the Schema Registry configuration for a Subject of a Kafka cluster, send a GET request to/v2/databases/$DATABASE_ID/schema-registry/config/$SUBJECT_NAME.The response is a JSON object with a compatibility_level key, which is set to an objectcontaining any database configuration parameters.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To update the Schema Registry configuration for a Subject of a Kafka cluster, send a PUT request to/v2/databases/$DATABASE_ID/schema-registry/config/$SUBJECT_NAME.The response is a JSON object with a compatibility_level key, which is set to an objectcontaining any database configuration parameters.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/databases/{database_cluster_uuid}/schema-registry/config/{subject_name}