Schema Registry
Set the default compatibility mode
No content
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
PUT /api/v1/environments/{name}/proxy/api/v1/sr/default/config HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 24
{
"compatibility": "text"
}
No content
Get the default compatibility mode
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
GET /api/v1/environments/{name}/proxy/api/v1/sr/default/config HTTP/1.1
Host:
Accept: */*
{
"compatibility": "text"
}
Get the set of schema formats used in this specific collection of subjects
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
GET /api/v1/environments/{name}/proxy/api/v1/sr/default/formats HTTP/1.1
Host:
Accept: */*
{
"formats": [
"text"
]
}
Set/unset a subject's compatibility mode
The subject name
No content
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
PUT /api/v1/environments/{name}/proxy/api/v1/sr/default/subject/{subject_name}/config HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 24
{
"compatibility": "text"
}
No content
Register a new Schema version, creating a subject it doesn't exist
The subject name
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
The supplied identifier is already being used by another resource
An internal server error has occurred
PUT /api/v1/environments/{name}/proxy/api/v1/sr/default/subject/{subject_name}/current-version HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 33
{
"schema": "text",
"format": "text"
}
{
"version": 1,
"schemaId": "text"
}
Deletes a specific Schema Registry subject version
The subject name
No content
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
DELETE /api/v1/environments/{name}/proxy/api/v1/sr/default/subject/{subject_name}/version/{p1} HTTP/1.1
Host:
Accept: */*
No content
Deletes a subject from Schema Registry
No content
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
DELETE /api/v1/environments/{name}/proxy/api/v1/sr/default/subject/{p1} HTTP/1.1
Host:
Accept: */*
No content
Deletes a specific Schema Registry subject version
The subject name
No content
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
DELETE /api/v1/environments/{name}/proxy/api/v1/sr/default/subject/{subject_name}/version/{p1} HTTP/1.1
Host:
Accept: */*
No content
Last updated
Was this helpful?