Update Action Bundle

Update Action Bundle

Updates action bundle with the specified id.

Request
URI
POST
https://{api_host}/vco/api/actions/{id}/bundle
COPY
Path Parameters
string
id
Required

id


Request Body
File of type(s) multipart/form-data
Optional
{
    "bundle": "string"
}
string
bundle
Required

bundle

Authentication
This operation uses the following authentication methods.
Responses
204

Action bundle successfully imported

Operation doesn't return any data structure

401

The user is not authorized

Operation doesn't return any data structure

404

Can not find an action category with the specified id

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/octet-stream' https://{api_host}/vco/api/actions/{id}/bundle