mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 16:01:16 +00:00
11 lines
234 B
JSON
11 lines
234 B
JSON
{
|
|
"url": "/campaigns/{{parameters.campaign_id}}/stop",
|
|
"method": "POST",
|
|
"response": {
|
|
"output": {
|
|
"campaign_id": "{{parameters.campaign_id}}",
|
|
"status": "{{body.status}}"
|
|
}
|
|
}
|
|
}
|