22 lines
291 B
YAML
22 lines
291 B
YAML
info:
|
|
name: Create
|
|
type: http
|
|
seq: 1
|
|
|
|
http:
|
|
method: POST
|
|
url: http://localhost:3000/api/player
|
|
body:
|
|
type: json
|
|
data: |-
|
|
{
|
|
"name": "Invited player2"
|
|
}
|
|
auth: inherit
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|