File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
versioned_docs/version-2.0/how_to_guides/tracing Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ curl --request POST \
49
49
--header ' Content-Type: application/json' \
50
50
--header ' X-API-Key: YOUR_API_KEY' \
51
51
--header ' X-Tenant-Id: YOUR_WORKSPACE_ID' \
52
- --header ' X-Organization-Id: YOUR_ORG_ID' \
53
52
--data ' {
54
53
"destination_type": "s3",
55
54
"display_name": "My S3 Destination",
@@ -80,7 +79,6 @@ curl --request POST \
80
79
--header ' Content-Type: application/json' \
81
80
--header ' X-API-Key: YOUR_API_KEY' \
82
81
--header ' X-Tenant-Id: YOUR_WORKSPACE_ID' \
83
- --header ' X-Organization-Id: YOUR_ORG_ID' \
84
82
--data ' {
85
83
"bulk_export_destination_id": "your_destination_id",
86
84
"session_id": "project_uuid",
@@ -149,7 +147,6 @@ curl --request PATCH \
149
147
--header ' Content-Type: application/json' \
150
148
--header ' X-API-Key: YOUR_API_KEY' \
151
149
--header ' X-Tenant-Id: YOUR_WORKSPACE_ID' \
152
- --header ' X-Organization-Id: YOUR_ORG_ID' \
153
150
--data ' {
154
151
"status": "Cancelled"
155
152
}'
You can’t perform that action at this time.
0 commit comments