Prefix the value with "Bearer " to indicate the authorization type
Success
Bad Request
Not Found
PUT /public/v1/products/{productId}/item-groups/{id} HTTP/1.1
Host: api.platform.softwareone.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 127
{
"name": "text",
"label": "text",
"description": "text",
"displayOrder": 1,
"isMultipleChoice": true,
"isRequired": true,
"isDefault": true
}{
"id": "text",
"audit": {},
"$meta": {},
"href": "text",
"name": "text",
"label": "text",
"description": "text",
"displayOrder": 1,
"isDefault": true,
"isMultipleChoice": true,
"isRequired": true,
"itemCount": 1,
"product": {}
}