Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
starlightknown committed Apr 16, 2024
1 parent 7030675 commit 9b5ca8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fern/docs/pages/references/event_sources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -768,10 +768,10 @@ In `function_2`, you can use the payload of the scheduled event as follows:
```
<Callout intent="note">
The `/event-sources.schedule` API is currently in early access. For API details, see [event-sources-schedule-event](/beta/dev-rev-rest-api/api-reference/event-source/event-sources-schedule-event).
The `/event-sources.schedule` API is currently in early access. For API details, see [event-sources-schedule-event](/beta/api-reference/event-source/event-sources-schedule-event).
</Callout>
To cancel scheduled events, you can utilize the `/event-sources.unschedule` API. For API details, see [event-sources-delete-scheduled-event](/beta/dev-rev-rest-api/api-reference/event-source/event-sources-delete-scheduled-event).
To cancel scheduled events, you can utilize the `/event-sources.unschedule` API. For API details, see [event-sources-delete-scheduled-event](/beta/api-reference/event-source/event-sources-schedule-event).
## Generic event sources
Expand Down

0 comments on commit 9b5ca8f

Please sign in to comment.