|
12345678910111213141516171819 |
- meta {
- name: Replace Post
- type: http
- seq: 7
- }
-
- put {
- url: http://localhost:6969/api/posts/5fac64d6-d261-42bb-a67b-bc7e1955a7e2
- body: json
- auth: none
- }
-
- body:json {
- {
- "title": "Replaced Post",
- "content": "The old content is gone.",
- "id": "5fac64d6-d261-42bb-a67b-bc7e1955a7e2"
- }
- }
|