22 lines
322 B
YAML
22 lines
322 B
YAML
info:
|
|
name: Negative - Missing Body
|
|
type: http
|
|
seq: 11
|
|
|
|
http:
|
|
method: POST
|
|
url: "{{baseUrl}}/api/v1/services"
|
|
headers:
|
|
- name: Content-Type
|
|
value: application/json
|
|
body:
|
|
type: json
|
|
data: ""
|
|
auth: inherit
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|