#227:
Change request updated 4 months ago
Was this helpful?
Update a product’s setting.
curl -L \ --request PUT \ --url 'https://api.platform.softwareone.com/public/v1/products/{id}/settings' \ --header 'Content-Type: application/json' \ --data '{ "productOrdering": true, "productRequests": {}, "itemSelection": true, "orderQueueChanges": true, "preValidation": {} }'
{ "id": "text", "audit": {}, "$meta": {}, "href": "text", "name": "text", "shortDescription": "text", "longDescription": "text", "externalIds": {}, "website": "text", "icon": "text", "status": "text", "vendor": {}, "settings": {}, "statistics": {} }