From ec2b541b7d5270634a695725799dd2936a039ab9 Mon Sep 17 00:00:00 2001 From: web-next-automation Date: Mon, 8 Apr 2024 20:39:38 -0400 Subject: [PATCH] fix mismatch Signed-off-by: web-next-automation --- plugins/todo-backend/src/schema/openapi.generated.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/todo-backend/src/schema/openapi.generated.ts b/plugins/todo-backend/src/schema/openapi.generated.ts index 238be2fe5b..bbd9f1efb0 100644 --- a/plugins/todo-backend/src/schema/openapi.generated.ts +++ b/plugins/todo-backend/src/schema/openapi.generated.ts @@ -1,5 +1,5 @@ /* - * Copyright 2023 The Backstage Authors + * Copyright 2024 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. @@ -162,6 +162,7 @@ export const spec = { name: 'orderBy', in: 'query', required: false, + allowReserved: true, schema: { type: 'string', pattern: '^(text|tag|author|viewUrl|repoFilePath)=(asc|desc)$', @@ -188,6 +189,7 @@ export const spec = { name: 'offset', in: 'query', required: false, + allowReserved: true, schema: { type: 'integer', minimum: 0, @@ -198,6 +200,7 @@ export const spec = { name: 'limit', in: 'query', required: false, + allowReserved: true, schema: { type: 'integer', minimum: 1,