From c53e8575d06503f34a3b67c40999ee31fa2bd528 Mon Sep 17 00:00:00 2001 From: lena-larionova <54370747+lena-larionova@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:18:07 -0800 Subject: [PATCH] set strip_path to false --- app/_hub/kong-inc/oas-validation/overview/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/_hub/kong-inc/oas-validation/overview/_index.md b/app/_hub/kong-inc/oas-validation/overview/_index.md index e77c2523ae2..ecf622a4794 100644 --- a/app/_hub/kong-inc/oas-validation/overview/_index.md +++ b/app/_hub/kong-inc/oas-validation/overview/_index.md @@ -64,7 +64,8 @@ This example tutorial steps you through ensuring an API request conforms to the ```bash curl -X POST http://localhost:8001/services/Petstore-Service/routes \ --data name='Petstore-Route' \ - --data paths='~/.*' + --data paths='~/.*' \ + --data strip_path=false ``` 3. Enable the Validation plugin on the service you configured: