v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13134345498.3 KB
organizations

Uploads a ZIP-formatted shared flow configuration bundle to an organization. If the shared flow already exists, this creates a new revision of it. If the shared flow does not exist, this creates it. Once imported, the shared flow revision must be deployed before it can be accessed at runtime. The size limit of a shared flow bundle is 15 MB.

post/v1/{+parent}/sharedflows

Path parameters

parentstring required

Required. The name of the parent organization under which to create the shared flow. Must be of the form: organizations/{organization_id} If the resource has the space attribute set, IAM permissions are checked against the Space resource path. To learn more, read the Apigee Spaces Overview.

Query parameters

actionstring

Required. Must be set to either import or validate.

namestring

Required. The name to give the shared flow

spacestring

Optional. The ID of the space to associated with this shared flow. Any IAM policies applied to the space will affect access to this shared flow. Note that this field is only respected when creating a new shared flow. It has no effect when creating a new revision for an existing shared flow.

Request body

datastring byte

The HTTP request/response body as raw binary.

contentTypestring

The HTTP Content-Type header value specifying the content type of the body.

extensionsobject[]

Application specific response metadata. Must be set in the first response for streaming APIs.

Response

Successful response