mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 12:45:38 +00:00
15 lines
200 B
Plaintext
15 lines
200 B
Plaintext
meta {
|
|
name: api-setEnvVar-with-persist
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
get {
|
|
url: {{host}}/ping
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
script:pre-request {
|
|
bru.setEnvVar("token", "secret", { persist: true });
|
|
} |