From 18a5ee26650fffd9bed96ff0b4b480f79259465b Mon Sep 17 00:00:00 2001 From: apicurio-ci Date: Fri, 15 Nov 2024 17:15:36 +0000 Subject: [PATCH] Automatically updated the core API OpenAPI definition. --- .../api-specifications/registry/v3/openapi.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/app/src/main/resources-unfiltered/META-INF/resources/api-specifications/registry/v3/openapi.json b/app/src/main/resources-unfiltered/META-INF/resources/api-specifications/registry/v3/openapi.json index 3afdd2503f..bcac247698 100644 --- a/app/src/main/resources-unfiltered/META-INF/resources/api-specifications/registry/v3/openapi.json +++ b/app/src/main/resources-unfiltered/META-INF/resources/api-specifications/registry/v3/openapi.json @@ -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": { @@ -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": {