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

Autorisierungen

Authorization
string
header
erforderlich

Value for the Authorization header parameter.

Pfadparameter

id
string
erforderlich

ProductFamily identifier

Body

The updated ProductFamily resource

products
string[]
Beispiel:
["ad8f3b9c-1b1a-4b0a-8b0a-0b0b0b0b0b0b"]

Antwort

ProductFamily resource updated