We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fafe34e commit 18a5ee2Copy full SHA for 18a5ee2
app/src/main/resources-unfiltered/META-INF/resources/api-specifications/registry/v3/openapi.json
@@ -376,6 +376,14 @@
376
"type": "string"
377
},
378
"in": "query"
379
+ },
380
+ {
381
+ "name": "artifactType",
382
+ "description": "Filter by artifact type (`AVRO`, `JSON`, etc).",
383
+ "schema": {
384
+ "$ref": "#/components/schemas/ArtifactType"
385
386
+ "in": "query"
387
}
388
],
389
"responses": {
@@ -2930,6 +2938,14 @@
2930
2938
"$ref": "#/components/schemas/VersionState"
2931
2939
2932
2940
2941
2942
2943
2944
2945
2946
2947
2948
2933
2949
2934
2950
2935
2951
0 commit comments