| Campo | Tipo | Obrigatório | Descrição |
|---|---|---|---|
medias | array | Sim | Lista de mídias |
medias.id | integer | Sim | Código da mídia |
curl --location --request PATCH '/productcomposites/12/medias' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"data": {
"medias": [
{
"id": 21035
},
{
"id": 21036
},
{
"id": 21037
}
]
}
}'{
"error": true,
"messages": [
"'This Media \"21030\" is being used in other Product Composite",
"'This Media \"21031\" is being used in other Product Composite",
"'This Media \"21032\" is being used in other Product Composite"
]
}