Add Actions To Package

Add Actions To Package
Add actions to package

Add all actions and its dependencies from given category to package

Request
URI
POST
https://{api_host}/packages/{packageName}/action/{categoryName}
COPY
Path Parameters
string
packageName
Required

packageName

string
categoryName
Required

categoryName


Authentication
This operation uses the following authentication methods.
Responses
204

The request is successful

Operation doesn't return any data structure

401

User is not authorized

Operation doesn't return any data structure

404

Package or workflow is missing

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' https://{api_host}/packages/{packageName}/action/{categoryName}