Authorization: Bearer ********************
{
"ObjectPropertyNameValuePairs": {
"nulla_f": {},
"commodo_17": {}
},
"specification_attribute": {
"name": "<string>",
"display_order": "<integer>",
"specification_attribute_options": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"id": "<integer>"
}
}
curl --location --request PUT 'https://test.e-mole.net/api/specificationattributes/dolor' \
--header 'Accept: text/plain' \
--header 'Content-Type: application/json' \
--data-raw '{
"ObjectPropertyNameValuePairs": {
"nulla_f": {},
"commodo_17": {}
},
"specification_attribute": {
"name": "<string>",
"display_order": "<integer>",
"specification_attribute_options": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"id": "<integer>"
}
}'
{
"specification_attributes": [
{
"name": "<string>",
"display_order": "<integer>",
"specification_attribute_options": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"id": "<integer>"
},
{
"name": "<string>",
"display_order": "<integer>",
"specification_attribute_options": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"id": "<integer>"
}
]
}