Set Item Icon Using PATCH
Updates a catalog item with specified icon id.
Request
URI
PATCH
https://{api_host}//api.mgmt.cloud.vmware.com/catalog/api/admin/items/{id}
COPY
Path Parameters
string
id
Required
The unique id of item to update.
Request Body
The patch that apply to the item
AdminCatalogItemPatch of type(s) application/json
Required
{
"iconId": "string"
}
string
iconId
Optional
icon id
Responses
200
OK
Operation doesn't return any data structure
204
No Content
Operation doesn't return any data structure
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
On This Page
Catalog Admin Items Operations
GET
Get Catalog Items Using GET
GET
Get Catalog Item Using GET
PATCH
Set Item Icon Using PATCH