Skip to content

Commit 18a5ee2

Browse files
committedNov 15, 2024
Automatically updated the core API OpenAPI definition.
1 parent fafe34e commit 18a5ee2

File tree

1 file changed

+16
-0
lines changed
  • app/src/main/resources-unfiltered/META-INF/resources/api-specifications/registry/v3

1 file changed

+16
-0
lines changed
 

‎app/src/main/resources-unfiltered/META-INF/resources/api-specifications/registry/v3/openapi.json

+16
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,14 @@
376376
"type": "string"
377377
},
378378
"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"
379387
}
380388
],
381389
"responses": {
@@ -2930,6 +2938,14 @@
29302938
"$ref": "#/components/schemas/VersionState"
29312939
},
29322940
"in": "query"
2941+
},
2942+
{
2943+
"name": "artifactType",
2944+
"description": "Filter by artifact type (`AVRO`, `JSON`, etc).",
2945+
"schema": {
2946+
"$ref": "#/components/schemas/ArtifactType"
2947+
},
2948+
"in": "query"
29332949
}
29342950
],
29352951
"responses": {

0 commit comments

Comments
 (0)