bruno/Byndle/Stoplists/Global Application.bru

18 lines
186 B
Plaintext
Raw Normal View History

2025-02-13 15:13:14 +01:00
meta {
name: Global Application
type: http
seq: 5
}
put {
url: {{host}}/stoplists/{{stoplistId}}/global
body: json
auth: inherit
}
body:json {
[
2025-02-18 09:11:46 +01:00
"DwellingUnit"
2025-02-13 15:13:14 +01:00
]
}