Update private item for customer
PUT/api/v2/customers/:customerId/services/workspace/items
Use this method to update item provisioned to a customer.
This is a sample item update
- If you want to refresh membership for item created through group import, you can set import to true and specify other item details to update.. (don't specify users or roles externally)
- If you are updating public item provisioned to customer, you can not update Name, Description, SKU and IconReference
Request
Responses
- 200
- 400
- 401
- 403
- 500
Successful execution, user has been created
Bad request, invalid parameters
Unauthorized, valid token was not supplied
Forbidden, the user does not have permission to execute this function
Server error, details will be included in the response.