POST /grid/session/update/async/start
Start an asynchronous job to execute a batch of update operations against a grid session. The request body must include the session ID and replica ID. Patches are attributed to the caller's replica. Use the returned job id and GET /grid/session/update/async/get/{asyncToken} to retrieve results. Does not require a WebSocket connection.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/grid/session/update/async/start
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view , modify |
| HTTP Method | POST |
| Request Object | GridUpdateJobRequest (application/json) |
| Response Object | AsyncJobId (application/json) |