Add various endpoints, mostly new Stoplist ones
This commit is contained in:
21
Byndle/Stoplists/Edit Team Stoplist.bru
Normal file
21
Byndle/Stoplists/Edit Team Stoplist.bru
Normal file
@@ -0,0 +1,21 @@
|
||||
meta {
|
||||
name: Edit Team Stoplist
|
||||
type: http
|
||||
seq: 9
|
||||
}
|
||||
|
||||
put {
|
||||
url: {{host}}/stoplists/team/{{teamId}}/{{linkId}}
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
[
|
||||
"PostalCode"
|
||||
]
|
||||
}
|
||||
|
||||
vars:pre-request {
|
||||
linkId: 4
|
||||
}
|
Reference in New Issue
Block a user