Skip to content

Commit

Permalink
Update directory sync API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
devkiran committed Nov 27, 2023
1 parent c3c5300 commit a3c7432
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 @@ -691,8 +691,9 @@ await directorySyncController.sync(callback);
<TabItem value="02" label="Shell">

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

</TabItem>
Expand Down

0 comments on commit a3c7432

Please sign in to comment.