- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates a shared flow revision. This operation is only allowed on revisions which have never been deployed. After deployment a revision becomes immutable, even if it becomes undeployed.
The payload is a ZIP-formatted shared flow. Content type must be either multipart/form-data or application/octet-stream.
HTTP request
POST https://apigee.googleapis.com/v1/{name=organizations/*/sharedflows/*/revisions/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the shared flow revision to update. Must be of the form: Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
validate |
Ignored. All uploads are validated regardless of the value of this field. It is kept for compatibility with existing APIs. Must be |
Request body
The request body contains an instance of HttpBody
.
Response body
If successful, the response body contains an instance of SharedFlowRevision
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform