27 lines
335 B
YAML
27 lines
335 B
YAML
info:
|
|
name: Create
|
|
type: http
|
|
seq: 1
|
|
|
|
http:
|
|
method: POST
|
|
url: "{{BASE_URL}}/{{SECTOR}}"
|
|
body:
|
|
type: json
|
|
data: |-
|
|
{
|
|
"name": "{{Name}}"
|
|
}
|
|
auth: inherit
|
|
|
|
runtime:
|
|
variables:
|
|
- name: Name
|
|
value: ""
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|