Updates the status Of A resource operation
Updates the publish status of a resource operation found by primary key within the current tenant.
Request
URI
PUT
https://{api_host}/advanced-designer-service/api/resourceOperations/{resourceOperationId}/status
COPY
Path Parameters
string
resourceOperationId
Required
The id of resource operation to publish/unpublish to/from catalog
Request Body
The new status to set
updateBlueprintStatusBody
of type(s)
application/json
Optional
Responses
204
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}/advanced-designer-service/api/resourceOperations/{resourceOperationId}/status
Update Operation Operations
PUT
Update Blueprint Status
PUT
Updates the status Of A resource operation
POST
Import Vro Package