Links a existing Apps Script project.
HTTP request
POST https://<GOOGLE_CLOUD_REGION>-integrations.googleapis.com/v1/{parent=projects/*/locations/*}/appsScriptProjects:link
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The project that the executed integration belongs to. |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "scriptId": string } |
Fields | |
---|---|
scriptId |
The id of the Apps Script project to be linked. |
Response body
If successful, the response body contains data with the following structure:
Response for appsScriptProjects.link rpc call.
JSON representation |
---|
{ "scriptId": string } |
Fields | |
---|---|
scriptId |
The id of the linked Apps Script project. |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.