Skip to content

Commit

Permalink
set strip_path to false
Browse files Browse the repository at this point in the history
  • Loading branch information
lena-larionova authored Dec 13, 2024
1 parent 14ecfc0 commit c53e857
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/_hub/kong-inc/oas-validation/overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c53e857

Please sign in to comment.