From 8f1f5a45631cb2a75f66502f365c00075bfba35a Mon Sep 17 00:00:00 2001 From: aramissennyeydd Date: Tue, 28 Jan 2025 22:04:37 -0500 Subject: [PATCH] update search-backend as well Signed-off-by: aramissennyeydd --- plugins/search-backend/src/schema/openapi/generated/router.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/search-backend/src/schema/openapi/generated/router.ts b/plugins/search-backend/src/schema/openapi/generated/router.ts index a7dd980142..cf972d9f6c 100644 --- a/plugins/search-backend/src/schema/openapi/generated/router.ts +++ b/plugins/search-backend/src/schema/openapi/generated/router.ts @@ -1,5 +1,5 @@ /* - * Copyright 2024 The Backstage Authors + * Copyright 2025 The Backstage Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -114,6 +114,7 @@ export const spec = { get: { operationId: 'Query', description: 'Query documents with a given filter.', + tags: ['Search'], responses: { '200': { description: 'Ok',