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
The rest endpoint could be registered under /invocations. Then in order to access an invocation one could call /invocations/:sid or pass the sid as part of the body. The only supported verb in the beginning would be DELETE /invocations/:sid which triggers a killing of the specified service.
The text was updated successfully, but these errors were encountered:
The rest endpoint could be registered under
/invocations
. Then in order to access an invocation one could call/invocations/:sid
or pass thesid
as part of the body. The only supported verb in the beginning would beDELETE /invocations/:sid
which triggers a killing of the specified service.The text was updated successfully, but these errors were encountered: