POST /entity/{id}/table/transaction/async/start
Start a table update job that will attempt to make all of the requested changes in a single transaction. All updates will either succeed or fail as a unit. All update requests must be for the same table.
Note: The caller must have the ACCESS_TYPE.UPDATE permission on the TableEntity to make this call.
Service Limits
resource | limit |
---|---|
The maximum size of a PartialRow change | 2 MB |
The maximum size of a CSV that can be appended to a table | 1 GB |
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/entity/{id}/table/transaction/async/start
Resource URL Variables
{id} | The ID of the TableEntity to update. |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view , modify |
HTTP Method | POST |
Request Object | TableUpdateTransactionRequest (application/json) |
Response Object | AsyncJobId (application/json) |