PUT
/
api2
/
v1
/
webhooks
/
{webHookUid}
Edit webhook
curl --request PUT \
  --url https://cloud.memsource.com/web/api2/v1/webhooks/{webHookUid} \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "uid": "<string>",
  "url": "<string>",
  "event": "JOB_STATUS_CHANGED",
  "hidden": true
}'
{
  "id": "<string>",
  "uid": "<string>",
  "url": "<string>",
  "event": "JOB_STATUS_CHANGED",
  "hidden": true
}

Path Parameters

webHookUid
string
required

Body

application/json

Response

200
application/json

successful operation

The response is of type object.