Update Catalog Item Using PATCH 1

Update Catalog Item Using PATCH 1

Updates a catalog item with specified icon id.

Request
URI
PATCH
https://{api_host}//sc2-10-185-6-200.eng.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
{
    "bulkRequestLimit": 0,
    "iconId": "string"
}
integer As int32 As int32
bulkRequestLimit
Optional

Max number of instances that can be requested at a time

string
iconId
Optional

icon id

Responses
200

OK

Operation doesn't return any data structure

401

Unauthorized

Operation doesn't return any data structure