ScheduledEventConfigurations
Update ScheduledEventConfiguration
Update a ScheduledEventConfiguration for the given UUID.
put/organizations/{orgId}/scheduledevents/configurations/{id}
Path parameters
orgIdstring required
UUID of the organization
idstring required
The UUID of the ScheduledEventConfiguration to update.
Request body
Response
Return the updated ScheduledEventConfiguration
Example response
{
"name": "10 days after bill due date",
"entity": "Bill",
"field": "dueDate",
"offset": 10
}