You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-v2/pages/rest-api/index.mdx
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,8 +157,8 @@ The response from the request above will have a shape that looks like:
157
157
Pipedream uses conventional HTTP response codes to indicate the success or
158
158
failure of an API request:
159
159
160
-
- Codes in the `2xx` range indicate success.
161
-
- Codes in the `4xx` range indicate an error that failed (e.g., a required parameter was omitted).
160
+
- Codes in the `2xx` range indicate success.
161
+
- Codes in the `4xx` range indicate an error that failed (e.g., a required parameter was omitted).
162
162
- Codes in the `5xx` range indicate an error with Pipedream's server.
163
163
164
164
## Accounts
@@ -1073,6 +1073,10 @@ DELETE /sources/{id}
1073
1073
1074
1074
## Subscriptions
1075
1075
1076
+
<Callouttype="warning">
1077
+
The Subscriptions API is currently incompatible with projects that have [GitHub Sync](https://pipedream.com/docs/projects/git) enabled. To [trigger another workflow](https://pipedream.com/docs/code/nodejs#invoke-another-workflow), use `$.flow.trigger` instead.
1078
+
</Callout>
1079
+
1076
1080
### Listen for events from another source or workflow
1077
1081
1078
1082
You can configure a source or workflow to receive events from any number of
0 commit comments