PUT
/
product-families
/
{id}
/
products
cURL
curl -X PUT \
 /product-families/{id}/products \
 --header "Content-Type: application/json" \
 --header "Authorization: Bearer <token>" \
 --data '{
    "products": [
        ""
    ]
}'
"<any>"

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

ProductFamily identifier

Body

The updated ProductFamily resource

Response

ProductFamily resource updated

The response is of type any.