Update Item
Last updated
Was this helpful?
Last updated
Was this helpful?
PUT /public/v1/catalog/items/{id} HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 173
{
"name": "text",
"description": "text",
"externalIds": {
"vendor": "text",
"operations": "text"
},
"group": {
"id": "text"
},
"unit": {
"id": "text"
},
"parameters": [
{
"id": "text",
"value": null
}
]
}
{
"id": "text",
"audit": {
"created": {
"at": "2025-05-17T09:11:32.397Z",
"by": {
"id": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-05-17T09:11:32.397Z",
"by": {
"id": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-05-17T09:11:32.397Z",
"by": {
"id": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-05-17T09:11:32.397Z",
"by": {
"id": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-05-17T09:11:32.397Z",
"by": {
"id": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"name": "text",
"description": "text",
"externalIds": {
"vendor": "text",
"operations": "text"
},
"group": {
"id": "text",
"name": "text"
},
"unit": {
"id": "text",
"description": "text",
"name": "text"
},
"terms": {
"period": "1m",
"commitment": "1m"
},
"quantityNotApplicable": true,
"status": "text",
"product": {
"id": "text",
"name": "text",
"externalIds": {
"operations": "text"
},
"icon": "text",
"status": "text"
},
"parameters": [
{
"id": "text",
"externalId": "text",
"type": "text",
"name": "text",
"value": null,
"displayValue": "text"
}
]
}