Data Set Incoming Webhooks
Update an incoming webhook for a data set
Updates an incoming webhook for a data set. PUT semantics: all fields must be provided. Returns the updated webhook.
See the create endpoint for details on config.columns and config.keyColumn.
put/data-sets/{dataSetId}/incoming-webhooks/{webhookId}
Path parameters
dataSetIdstring required
The ID of the Data Set
webhookIdstring required
The ID of the Webhook
Request body
Response
Example response
{
"data": {
"createdBy": {
"id": "oU4EEGRPtELpR1x1YUJMeQ",
"email": "jane.doe@example.com",
"username": "Jane Doe"
},
"updatedBy": {
"id": "oU4EEGRPtELpR1x1YUJMeQ",
"email": "jane.doe@example.com",
"username": "Jane Doe"
},
"dataSetId": "rkWvIfxdDBmZrDzojexKDw",
"links": [
{
"href": "https://api.process.st/api/v1.1/resource/XXX"
}
]
},
"links": [
{
"href": "https://api.process.st/api/v1.1/resource/XXX"
}
]
}