Events
Update Event
Update a custom event on your org’s default app.
PUT
Edit an existing custom event (trigger) on your organization’s default custom application. The response is the full, updated list of events.
Authentication
Events are defined at the org level, so this endpoint uses API-key auth.Your Refold API key. Find it in Settings → Credentials.
Path Parameters
The event ID to update.
Body Parameters
Event name.
Sample payload (as a string) describing the event’s data shape.
Optional JSON schema describing the payload.
Response
- 200 OK
- 404 Not Found
Returns the full updated array of events for the default app.