diff --git a/app/_hub/kong-inc/oas-validation/overview/_index.md b/app/_hub/kong-inc/oas-validation/overview/_index.md index 826a8440c2df..ecf622a47949 100644 --- a/app/_hub/kong-inc/oas-validation/overview/_index.md +++ b/app/_hub/kong-inc/oas-validation/overview/_index.md @@ -64,9 +64,10 @@ 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: ```bash