mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 00:01:14 +00:00
11 lines
224 B
JSON
11 lines
224 B
JSON
{
|
|
"url": "/contacts/{{parameters.contact_id}}/notes/{{parameters.note_id}}",
|
|
"method": "PATCH",
|
|
"body": {
|
|
"content": "{{parameters.content}}"
|
|
},
|
|
"response": {
|
|
"output": "{{body}}"
|
|
}
|
|
}
|