Skip to content

Commit

Permalink
Update events processing endpoint in API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
devkiran committed Nov 27, 2023
1 parent 7299c23 commit 617d5c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/directory-sync/api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -657,8 +657,9 @@ You'll ideally want to run the events processing endpoint on a schedule. You can
<TabItem value="02" label="Shell">

```bash
curl --request GET \
--url 'http://localhost:5225/api/scim/cron/process-events?apiKey=your-api-key' \
curl -X POST \
-H "Authorization: Api-Key YOUR_API_KEY" \
http://localhost:5225/api/v1/dsync/cron/process-events
```

</TabItem>
Expand Down

0 comments on commit 617d5c9

Please sign in to comment.