PUT/webhooks/{id}.json

Update a Webhook

Update a webhook by passing in the id.


Path Params

  • Name
    id
    Type
    integer
    required
    Description

Body Params

    • Name
      webhook
      Type
      object
    • Name
      STATUS
      Type
      string

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

    application/json
    {
      "STATUS": "OK"
    }