fix: fix parsing issue

This commit is contained in:
Morten Olsen
2025-05-18 21:11:41 +02:00
parent 68f5025527
commit 5d485acc97
3 changed files with 11 additions and 3 deletions

View File

@@ -1,11 +1,11 @@
```http id=createItem json
```http #createItem,json
POST https://httpbin.org/post
Content-Type: application/json
{"name": "My New Item"}
```
The new item ID is: {{responses.createItem.body.json.name}}
The new item ID is: {{response.body.json.name}}
Now, let's fetch the item using a (mocked) ID from the response: