@@ -383,7 +383,7 @@ curl -X POST https://api.pipedream.com/v1/connect/{project_id}/tokens \
383383
384384### Accounts
385385
386- #### List all accounts
386+ #### List All Accounts
387387
388388List all connected accounts for all end users within a project.
389389
@@ -650,7 +650,7 @@ curl -X GET \
650650}
651651```
652652
653- #### Retrieve account details by ID
653+ #### Retrieve Account Details by ID
654654
655655Retrieve the account details for a specific account based on the account ID
656656
@@ -823,7 +823,7 @@ curl -X GET \
823823}
824824```
825825
826- #### Delete connected account
826+ #### Delete Connected Account
827827
828828Delete a specific connected account for an end user, and any deployed triggers.
829829
@@ -910,7 +910,7 @@ curl -X DELETE "https://api.pipedream.com/v1/connect/{project_id}/accounts/{acco
910910
911911Pipedream returns a ` 204 No Content ` response on successful account deletion
912912
913- #### Delete all connected accounts for an app
913+ #### Delete All Connected Accounts for an App
914914
915915Delete all connected accounts for a specific app
916916
@@ -1091,7 +1091,7 @@ Pipedream returns a `204 No Content` response on successful account deletion
10911091
10921092### Components
10931093
1094- #### List components
1094+ #### List Components
10951095
10961096List all the components in the Pipedream registry.
10971097
@@ -1239,7 +1239,7 @@ curl -X GET "https://api.pipedream.com/v1/connect/{your_project_id}/components?a
12391239```
12401240
12411241
1242- #### Retrieve a component
1242+ #### Retrieve Component
12431243
12441244Retrieve a specific component from the Pipedream registry.
12451245
@@ -1378,7 +1378,7 @@ curl -X GET "https://api.pipedream.com/v1/connect/{your_project_id}/components/g
13781378
13791379
13801380
1381- #### Configure a component
1381+ #### Configure Component
13821382
13831383Configure the a component's prop, based on the current component's
13841384configuration. This endpoint will use the component's configuration to retrieve
@@ -1592,7 +1592,7 @@ curl -X POST "https://api.pipedream.com/v1/connect/{your_project_id}/components/
15921592}
15931593```
15941594
1595- #### Reload a component's props (i.e. configure dynamic props)
1595+ #### Reload Component Props
15961596
15971597Reload the component's props after configuring a dynamic prop, based on the
15981598current component's configuration. This endpoint will use the component's
@@ -1820,7 +1820,7 @@ curl -X POST "https://api.pipedream.com/v1/connect/{your_project_id}/components/
18201820}
18211821```
18221822
1823- #### Invoke an action
1823+ #### Invoke Action
18241824
18251825Invoke an action component for a Pipedream Connect user in a project.
18261826
@@ -2009,7 +2009,7 @@ curl -X POST "https://api.pipedream.com/v1/connect/{your_project_id}/actions/run
20092009}
20102010```
20112011
2012- #### Deploy a trigger
2012+ #### Deploy Trigger
20132013
20142014<Callout type = " info" >
20152015See [ here] ( /connect/components/#deploying-triggers ) for more info on supported trigger types with example payloads
@@ -2242,7 +2242,7 @@ curl -X POST "https://api.pipedream.com/v1/connect/{your_project_id}/triggers/de
22422242}
22432243```
22442244
2245- #### List deployed triggers
2245+ #### List Deployed Triggers
22462246
22472247List all of the deployed triggers for a given user.
22482248
@@ -2503,7 +2503,7 @@ curl -X GET \
25032503}
25042504```
25052505
2506- #### Retrieve a deployed trigger
2506+ #### Retrieve Deployed Trigger
25072507
25082508Retrieve a single deployed trigger for a given user.
25092509
@@ -2688,7 +2688,7 @@ curl -X GET \
26882688}
26892689```
26902690
2691- #### Delete deployed trigger
2691+ #### Delete Deployed Trigger
26922692
26932693Delete deployed trigger for a given user.
26942694
@@ -2798,7 +2798,7 @@ curl -X DELETE \
27982798Pipedream returns a ` 204 No Content ` response on successful deletion
27992799
28002800
2801- #### Retrieve events emitted by deployed trigger
2801+ #### Retrieve Events Emitted by Deployed Trigger
28022802
28032803Retrieve a list of the last events that a deployed trigger emitted.
28042804
@@ -2995,7 +2995,7 @@ curl -X GET \
29952995}
29962996```
29972997
2998- #### Retrieve webhooks listening to deployed trigger
2998+ #### Retrieve Webhooks Listening to Deployed Trigger
29992999
30003000Retrieve the list of webhook URLs listening to a deployed trigger.
30013001
@@ -3116,7 +3116,7 @@ curl -X GET \
31163116}
31173117```
31183118
3119- #### Update webhooks listening to deployed trigger
3119+ #### Update Webhooks Listening to Deployed Trigger
31203120
31213121Update the list of webhook URLs that will listen to a deployed trigger.
31223122
@@ -3255,7 +3255,7 @@ curl -X PUT \
32553255}
32563256```
32573257
3258- #### Retrieve workflows listening to deployed trigger
3258+ #### Retrieve Workflows Listening to Deployed Trigger
32593259
32603260Retrieve the list of workflow IDs listening to a deployed trigger.
32613261
@@ -3377,7 +3377,7 @@ curl -X GET \
33773377}
33783378```
33793379
3380- #### Update workflows listening to deployed trigger
3380+ #### Update Workflows Listening to Deployed Trigger
33813381
33823382Update the list of workflows that will listen to a deployed trigger.
33833383
0 commit comments