Skip to content

Commit 2f40354

Browse files
committed
fixup whitespace
revert newline removal
1 parent 39fa58a commit 2f40354

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs-v2/pages/connect/api.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2709,6 +2709,7 @@ The deployed trigger ID for the trigger you'd like to retrieve (ex, `dc_xxxxxxx`
27092709
[The external user ID](/connect/api/#external-users) in your system on behalf of
27102710
which you want to deploy the trigger.
27112711

2712+
27122713
##### Examples
27132714

27142715
<Tabs items={['TypeScript', 'Node.js', 'HTTP (cURL)']}>
@@ -2923,7 +2924,7 @@ curl -X POST https://api.pipedream.com/v1/oauth/token \
29232924
"client_id": "{oauth_client_id}",
29242925
"client_secret": "{oauth_client_secret}"
29252926
}'
2926-
2927+
29272928
# The response will include an access_token. Use it in the Authorization header below.
29282929
# This request will update the deployed trigger for the specified user.
29292930

0 commit comments

Comments
 (0)