Files
Bruno_Tests/requests/Negative - Missing Body.yml
2026-08-10 15:58:20 +03:00

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