From 398cd17ca465a40031810ca5c3b48ea41a069442 Mon Sep 17 00:00:00 2001 From: Pierre Millot Date: Wed, 18 Jun 2025 17:23:30 +0200 Subject: [PATCH] chore(spec): fix comment of custom path --- specs/common/schemas/CustomRequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/common/schemas/CustomRequest.yml b/specs/common/schemas/CustomRequest.yml index c058e0f0eb9..320d08b5f39 100644 --- a/specs/common/schemas/CustomRequest.yml +++ b/specs/common/schemas/CustomRequest.yml @@ -26,7 +26,7 @@ Responses: PathInPath: name: path in: path - description: Path of the endpoint, anything after "/1" must be specified. + description: Path of the endpoint, for example `1/newFeature`. required: true schema: type: string