Authorization: Bearer ********************
{
"ObjectPropertyNameValuePairs": {
"temporf0": {}
},
"product_attribute": {
"name": "minim do reprehenderit",
"description": "commodo ullam",
"id": 36235802
}
}
curl --location --request PUT 'https://test.e-mole.net/api/productattributes/dolor' \
--header 'Accept: text/plain' \
--header 'Content-Type: application/json' \
--data-raw '{
"ObjectPropertyNameValuePairs": {
"temporf0": {}
},
"product_attribute": {
"name": "minim do reprehenderit",
"description": "commodo ullam",
"id": 36235802
}
}'
{
"product_attributes": [
{
"name": "cillum ut",
"description": "anim ven",
"id": -24367713
},
{
"name": "dolor voluptate in exercitation ex",
"description": "anim amet et",
"id": -80139591
}
]
}