|
- meta {
- name: Emplace Resource
- type: http
- seq: 6
- }
-
- put {
- url: http://localhost:3000/api/users/2
- body: json
- auth: none
- }
-
- body:json {
- {
- "firstName": "John",
- "middleName": "Smith",
- "lastName": "Doe",
- "birthday": "1986-04-20",
- "bio": "This is my profile!",
- "id": 2
- }
-
- }
|