WebHooks_updateWebHook

SecuritybearerAuth
Request
path Parameters
id
required
string
Request Body schema: application/json
id
required
string
url
required
string
project
required
string
creator
required
string
createdAt
required
string <date-time>
updatedAt
required
string <date-time>
name
required
string
httpMethod
required
string
Enum: "GET" "POST"
hookUrl
required
string
Responses
200

Ok

patch/webhooks/{id}
Request samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "project": "string",
  • "creator": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "name": "string",
  • "httpMethod": "GET",
  • "hookUrl": "string"
}
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "project": "string",
  • "creator": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "name": "string",
  • "httpMethod": "GET",
  • "hookUrl": "string"
}