|
12345678910111213141516171819 |
- meta {
- name: Create Post with ID
- type: http
- seq: 8
- }
-
- put {
- url: http://localhost:6969/api/posts/5fac64d6-d261-42bb-a67b-bc7e1955a7e2
- body: json
- auth: none
- }
-
- body:json {
- {
- "title": "Emplaced Post",
- "content": "Created post at ID",
- "id": "5fac64d6-d261-42bb-a67b-bc7e1955a7e2"
- }
- }
|