bruno/Byndle/Stoplists/SetGlobal.bru

16 lines
187 B
Plaintext
Raw Normal View History

2025-02-13 15:13:14 +01:00
meta {
name: SetGlobal
type: http
seq: 4
}
put {
url: {{host}}/stoplists/{{stoplistId}}/global/{{isGlobal}}
body: none
auth: inherit
}
vars:pre-request {
isGlobal: true
}