mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 16:01:16 +00:00
13 lines
297 B
JSON
13 lines
297 B
JSON
{
|
|
"url": "/campaigns/{{parameters.campaign_id}}",
|
|
"method": "PATCH",
|
|
"body": {
|
|
"name": "{{parameters.name}}",
|
|
"description": "{{parameters.description}}",
|
|
"daily_limit": "{{parameters.daily_limit}}"
|
|
},
|
|
"response": {
|
|
"output": "{{body}}"
|
|
}
|
|
}
|