Set the active state of a Webhook
PUT {{baseUrl}}/api/Webhook/:webhookId/Active?active=<boolean>
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
active | string | (Required) The active value. |
RESPONSES
status: OK
{"id":"\u003cinteger\u003e","payloadUrl":"\u003cstring\u003e","secret":"\u003cstring\u003e","contactCreate":"\u003cboolean\u003e","contactUpdate":"\u003cboolean\u003e","giftCreate":"\u003cboolean\u003e","giftUpdate":"\u003cboolean\u003e","giftDelete":"\u003cboolean\u003e","projectCreate":"\u003cboolean\u003e","projectUpdate":"\u003cboolean\u003e","projectDelete":"\u003cboolean\u003e","formSubmission":"\u003cboolean\u003e","contactNoteCreate":"\u003cboolean\u003e","contactNoteUpdate":"\u003cboolean\u003e","contactNoteDelete":"\u003cboolean\u003e","eventCreate":"\u003cboolean\u003e","eventUpdate":"\u003cboolean\u003e","eventDelete":"\u003cboolean\u003e","active":"\u003cboolean\u003e"}