From 44a052c3bea082b4381789991d15cdb3f80f9239 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 5 Apr 2026 15:29:29 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- src/libs/Jina/openapi.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libs/Jina/openapi.json b/src/libs/Jina/openapi.json index a2b35a5..beea41d 100644 --- a/src/libs/Jina/openapi.json +++ b/src/libs/Jina/openapi.json @@ -4642,7 +4642,7 @@ "/v1/classifiers": { "get": { "description": "List all classifiers owned by the authenticated user.", - "operationId": "list_classifiers_v1_classifiers_get", + "operationId": "list_classifiers_v1_classifiers_post", "responses": { "200": { "content": { @@ -4651,7 +4651,7 @@ "items": { "$ref": "#/components/schemas/ClassifierSummary" }, - "title": "Response List Classifiers V1 Classifiers Get", + "title": "Response List Classifiers V1 Classifiers Post", "type": "array" } } @@ -4698,7 +4698,7 @@ }, "post": { "description": "List all classifiers owned by the authenticated user.", - "operationId": "list_classifiers_v1_classifiers_get", + "operationId": "list_classifiers_v1_classifiers_post", "responses": { "200": { "content": { @@ -4707,7 +4707,7 @@ "items": { "$ref": "#/components/schemas/ClassifierSummary" }, - "title": "Response List Classifiers V1 Classifiers Get", + "title": "Response List Classifiers V1 Classifiers Post", "type": "array" } }