Update Product Settings

Update a product’s setting.

put

/v1/products/{id}/settings

Path parameters
idstringrequired
Body
productOrderingboolean | nullable
productRequestsobject
itemSelectionboolean | nullable
orderQueueChangesboolean | nullable
preValidationobject
Responses
curl -L \
  --request PUT \
  --url 'https://api.platform.softwareone.com/public/v1/products/{id}/settings' \
  --header 'Content-Type: application/json' \
  --data '{"productRequests":{},"preValidation":{}}'
{
  "id": "text",
  "audit": {},
  "$meta": {},
  "href": "text",
  "name": "text",
  "shortDescription": "text",
  "longDescription": "text",
  "externalIds": {},
  "website": "text",
  "icon": "text",
  "status": "text",
  "vendor": {},
  "settings": {},
  "statistics": {}
}

Was this helpful?


#330:

Change request updated