Skip to content

Commit ddab4fe

Browse files
committed
update configured_props in cURL example
1 parent 2f40354 commit ddab4fe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs-v2/pages/connect/api.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2935,7 +2935,12 @@ curl -X PUT "https://api.pipedream.com/v1/connect/{your_project_id}/deployed-tri
29352935
-d '{
29362936
"external_user_id": "jverce",
29372937
"active": true,
2938-
"configured_props": {},
2938+
"configured_props": {
2939+
"gitlab": {
2940+
"authProvisionId": "apn_kVh9AoD"
2941+
},
2942+
"projectId": 45672542,
2943+
},
29392944
"name": "My Updated Trigger"
29402945
}'
29412946
```

0 commit comments

Comments
 (0)