|
- meta {
- name: Replace Post
- type: http
- seq: 7
- }
-
- put {
- url: http://localhost:6969/api/posts/9ba60691-0cd3-4e8a-9f44-e92b19fcacbc
- body: json
- auth: none
- }
-
- body:json {
- {
- "title": "Replaced Post",
- "content": "The old content is gone.",
- "id": "9ba60691-0cd3-4e8a-9f44-e92b19fcacbc"
- }
- }
|