Uploads an integration. The content can be a previously downloaded integration. Performs the same function as CreateDraftIntegrationVersion, but accepts input in a string format, which holds the complete representation of the IntegrationVersion content.
HTTP request
POST https://integrations.googleapis.com/v1/{parent=projects/*/locations/*/products/*/integrations/*}/versions:upload
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-02-22 UTC."],[[["This API endpoint allows you to upload an integration version using a `POST` request to the specified URL, accepting the integration content in string format."],["The request requires a `parent` path parameter specifying the integration location and accepts a request body with `content` (the integration's textproto) and `fileFormat` (the file format)."],["Successful upload operations will return an instance of `UploadIntegrationVersionResponse`."],["Uploading an integration requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and IAM permissions `integrations.apigeeIntegrationVers.create` and `integrations.integrationVersions.create` on the parent resource."]]],[]]