26 lines
350 B
YAML
26 lines
350 B
YAML
info:
|
|
name: Update
|
|
type: http
|
|
seq: 3
|
|
|
|
http:
|
|
method: PATCH
|
|
url: http://localhost:3000/api/game/:id
|
|
params:
|
|
- name: id
|
|
value: el5a
|
|
type: path
|
|
body:
|
|
type: json
|
|
data: |-
|
|
{
|
|
"name":"Updated game"
|
|
}
|
|
auth: inherit
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|