The REMOVE_ASPECT action is used to remove an aspect from a file or folder.
The input parameters for REMOVE_ASPECT are:
Parameter | Type | Required | Description |
---|---|---|---|
aspect | String | Optional | Aspect to be assigned to the node, for example rv:reviewable. |
file | Array<json>, JSON | Optional | ACS file to be updated. If the received value contains multiple files, only the first of them will be processed. |
folder | Array<json>, JSON | Optional | ACS folder to be updated. If the received value contains multiple references to folders, only the first of them will be used. |
nodeId | String | Optional | Node ID of the file or folder in ACS. Example: a6a977a6-c728-4038-8dbc-d914c4d8cfb3. |
path | String | Optional | Node ID of the file or folder in ACS. For example, a6a977a6-c728-4038-8dbc-d914c4d8cfb3. |
The output parameters from REMOVE_ASPECT are:
Parameter | Type | Required | Description |
---|---|---|---|
response | Array<json> | Optional | Response for the calls. |