Update a template for a product.
OK
Bad Request
Forbidden
Internal Server Error
{
"id": "text",
"audit": {
"created": {
"at": "2025-12-14T08:33:54.798Z",
"by": {}
},
"updated": {
"at": "2025-12-14T08:33:54.798Z",
"by": {}
}
},
"$meta": {
"omitted": [
"text"
]
},
"name": "text",
"content": "text",
"type": "OrderProcessing",
"default": true,
"product": {
"id": "text",
"name": "text",
"externalIds": {
"operations": "text",
"defaultErpItem": "text"
},
"icon": "text",
"status": "text"
}
}PUT /public/v1/catalog/products/{productId}/templates/{id} HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 47
{
"name": "text",
"default": true,
"content": "text"
}