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/s4-api-docs.md
-2
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,6 @@ The API provides endpoints to subscribe to the actions of an event and to send a
10
10
11
11
This endpoint uses HTTP Long Polling, meaning the connection will remain open until an action is available. Clients should make a request to this endpoint and wait for a response. Once a response is received, the client should immediately make another request to continue receiving actions.
12
12
13
-
For the initial request, it is possible to pass the query parameter `wait=false` to get the current action immediately.
0 commit comments