Configuring errands

Configuring errands

Set activated or deactivated list of errands to run.

Request
URI
PUT
https://{api_host}/api/v0/staged/products/{product_guid}/errands
COPY
Path Parameters
string
product_guid
Required

The guid of the product


Request Body

OK

Errands of type(s) application/json
Optional
"Errands Object"
array of errands
errands
Optional

errands

Responses
200

OK

Operation doesn't return any data structure

422

Unprocessible Entity

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/api/v0/staged/products/{product_guid}/errands