27 lines
373 B
YAML
27 lines
373 B
YAML
info:
|
|
name: Update
|
|
type: http
|
|
seq: 3
|
|
|
|
http:
|
|
method: PATCH
|
|
url: http://localhost:3000/api/user/:id
|
|
params:
|
|
- name: id
|
|
value: ""
|
|
type: path
|
|
body:
|
|
type: json
|
|
data: |-
|
|
{
|
|
"isActive": true,
|
|
"isAdmin": false
|
|
}
|
|
auth: inherit
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|