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
Currently in the REST API the ID of an action request is its URL, which is returned in the response to the POST request that created it. That URL can then be used to query the status of the action.
Where I think this probably falls down is in the WebSocket API where an actionStatus message includes the URL of the action request, but there's no way for a client to know which actionStatus messages correspond to their original requestAction message.
For action requests through both the REST API and the WebSocket API, the client should include an ID which can be used to map responses.
The text was updated successfully, but these errors were encountered: