mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-22 04:05:42 +00:00
20 lines
258 B
Plaintext
20 lines
258 B
Plaintext
meta {
|
|
name: combined-env-test
|
|
type: http
|
|
}
|
|
|
|
http {
|
|
method: POST
|
|
url: {{baseUrl}}
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"overrideVar": "{{overrideVar}}",
|
|
"globalOnly": "{{globalOnly}}",
|
|
"collectionOnly": "{{collectionOnly}}"
|
|
}
|
|
}
|