Skip to content

Commit

Permalink
fix:quickstart 2 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Prat011 committed Nov 8, 2024
1 parent 821ba68 commit 71d4939
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/introduction/intro/quickstart_2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@ We'll use Jessica as our example user. There are multiple ways to authenticate a
--header 'Content-Type: application/json' \
--header 'X-API-Key: ADD YOUR API KEY HERE' \
--data '{
"entityId": "Jessica",
"appName": "GOOGLECALENDAR", #add your app name here
"entityId": "Jessica", #add your entity id here
"input": {
"start_datetime": "11:15 PM, 1 December 2024",
"event_duration": "2h"
Expand Down

0 comments on commit 71d4939

Please sign in to comment.