Was this helpful?
#227:
Change request updated 3 months ago
Update a template for a product.
/v1/products/{productId}/templates/{id}
curl -L \ --request PUT \ --url 'https://api.platform.softwareone.com/public/v1/products/{productId}/templates/{id}' \ --header 'Content-Type: application/json'
{ "id": "text", "audit": {}, "$meta": {}, "href": "text", "name": "text", "content": "text", "default": true, "product": {}, "type": "OrderProcessing" }