Invoke > Publishing Application Integration assets in bulk
Publishing Application Integration assets in bulk
You can use the publish resource to publish a single Application Integration asset or multiple Application Integration assets simultaneously and save time. You can publish processes, guides, app connections, and service connectors in bulk.
The assets are published in the same order as given in the request payload. You can publish a maximum of 199 assets at a time.
1In a REST client, use a POST request with the following URL:
<Cloud Application Integration POD URL>/active-bpel/asset/v1/publish
2Add the following headers:
Key
Value
Accept
application/vnd.api+json
Content-Type
application/vnd.api+json
INFA-SESSION-ID
Use the login resource to get the session ID. For more information about the login resource, see REST API Reference in the Data Integration help.
3In the body, use the assetPaths attribute to specify one or more locations and names of the Application Integration assets that you want to publish.