curl --location -g --request PUT 'http://ecompulse.test/api/v1/admin/attributes/groups/6' \
--header 'Accept: application/json' \
--header 'X-API-Key: exzbLclGAzBCyL0k1Yv29Evu6mwoYOATBF0lWPyT' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Memory"
}'
{
"status": "success",
"message": "Attribute group updated successfully",
"data": {
"id": 6,
"name": "Memory",
"status": 1
}
}
Authorization: Bearer ********************