Upgrade Transformation Package
Upgrades the Quickstart transformation package to latest version if a valid identifier is provided.
Request schema
Path parameters
transformationId
stringrequired
The unique identifier for the transformation within the Fivetran system
example:
Header parameters
Authorization
stringrequired
HTTP: basicAuth
HTTP AuthorizationScheme: basic
Accept
string
default:
example:
Http + 1.1
POST
https://api.fivetran.com/v1/transformations/transformationId/upgrade
POST /v1/transformations/transformationId/upgrade HTTP/1.1 Accept: application/json Authorization: BasicHost: api.fivetran.com
Responses
200
Successful response
404
Transformation Package not found
Successful response schema
code
stringrequired
Response status code
example:
message
stringrequired
Response status text
example:
{ "code": "Success", "message": "Operation performed." }