Update Data in Hyper Connection

PATCH {{base-path}}/sites/{{site-id}}/datasources/:datasource-id/connections/:connection-id

https://help.tableau.com/current/api/restapi/en-us/REST/restapirefdatasources.htm#updatedatainhyper_connection

Request Params

KeyDatatypeRequiredDescription
uploadSessionIdstringThe 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"}]}

HEADERS

KeyDatatypeRequiredDescription
RequestIDstringA user-generated identifier that uniquely identifies 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, which prevents executing the same job more than once could be caused by network anomalies or client crashes.