You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SchemaRegistryError: if the schema version can't be found or referenced schemas can't be retrieved
1115
1115
1116
1116
See Also:
1117
-
`GET Subject Versions API Reference <https://docs.confluent.io/current/schema-registry/develop/api.html#get--subjects-(string-%20subject)-versions-versionId-%20version-referencedby>`_
1117
+
`GET Subject Versions (ReferenceBy) API Reference <https://docs.confluent.io/current/schema-registry/develop/api.html#get--subjects-(string-%20subject)-versions-versionId-%20version-referencedby>`_
1118
1118
"""# noqa: E501
1119
1119
1120
1120
query= {'offset': offset, 'limit': limit}
@@ -1142,7 +1142,7 @@ async def get_versions(
1142
1142
SchemaRegistryError: If subject can't be found
1143
1143
1144
1144
See Also:
1145
-
`GET Subject Versions API Reference <https://docs.confluent.io/current/schema-registry/develop/api.html#post--subjects-(string-%20subject)-versions>`_
1145
+
`GET Subject All Versions API Reference <https://docs.confluent.io/platform/current/schema-registry/develop/api.html#get--subjects-(string-%20subject)-versions>`_
0 commit comments