Add various endpoints, mostly new Stoplist ones

This commit is contained in:
Sivert V. Sæther
2025-03-13 10:00:47 +01:00
parent aedd04f0da
commit 5f1b0b2f90
9 changed files with 89 additions and 5 deletions

View 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
}