Update Data in Hyper Data Source
PATCH {{base-path}}/sites/{{site-id}}/datasources/:datasource-id/data
https://help.tableau.com/current/api/restapi/en-us/REST/restapirefdatasources.htm#updatedatainhyperdatasource
Request Params
Key | Datatype | Required | Description |
---|
uploadSessionId | string | | The upload session ID. A user-generated identifier that is unique to a request. If the server receives more than one request with the same ID within 24 hours, all subsequent requests will be treated as duplicates and ignored by the server. This can be used to guarantee idempotency of requests. |
Request Body
{"actions"=>[{"action"=>"action-type", "source-schema"=>"source-schema-name", "source-table"=>"source-table-name", "target-schema"=>"target-schema-name", "target-table"=>"target-table-name"}]}
Key | Datatype | Required | Description |
---|
RequestID | string | | |