Required. Name of the flow hook to which the shared flow should be attached in the following format: organizations/{org}/environments/{env}/flowhooks/{flowhook}
Authorization requires the following IAM permission on the specified resource name:
apigee.flowhooks.attachSharedFlow
Request body
The request body contains an instance of FlowHook.
Response body
If successful, the response body contains an instance of FlowHook.
[[["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 2025-03-07 UTC."],[[["This webpage details how to attach a shared flow to a flow hook using a PUT request."],["The HTTP request requires a specific URL structure using gRPC Transcoding and includes path parameters for the organization, environment, and flow hook name."],["The request body is an instance of the `FlowHook` resource, which defines the shared flow being attached."],["A successful operation will return a `FlowHook` instance in the response body."],["Attaching a shared flow requires the `apigee.flowhooks.attachSharedFlow` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]