Skip to content

Commit

Permalink
Automatically updated the core API OpenAPI definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
apicurio-ci committed Nov 15, 2024
1 parent fafe34e commit 18a5ee2
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,14 @@
"type": "string"
},
"in": "query"
},
{
"name": "artifactType",
"description": "Filter by artifact type (`AVRO`, `JSON`, etc).",
"schema": {
"$ref": "#/components/schemas/ArtifactType"
},
"in": "query"
}
],
"responses": {
Expand Down Expand Up @@ -2930,6 +2938,14 @@
"$ref": "#/components/schemas/VersionState"
},
"in": "query"
},
{
"name": "artifactType",
"description": "Filter by artifact type (`AVRO`, `JSON`, etc).",
"schema": {
"$ref": "#/components/schemas/ArtifactType"
},
"in": "query"
}
],
"responses": {
Expand Down

0 comments on commit 18a5ee2

Please sign in to comment.