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,15 @@
meta {
name: Remove Team Stoplist
type: http
seq: 8
}
delete {
url: {{host}}/stoplists/team/{{linkId}}
body: none
auth: inherit
}
vars:pre-request {
linkId: 3
}