Update a value of a product textarea attribute
Update a value of a product textarea attribute.
Authorizations:Token
Query Parameters
| product_id required | integer | 
| attribute_id required | integer | 
Request Body Schema: 
The updated Textarea Attribute Value resource | value | string | 
| editable | boolean | 
Responses
200Textarea Attribute Value resource updated
Response schema: 
Textarea Attribute Value resource updated | id | integer | 
| value | string | 
| editable | boolean | 
400Invalid input
404Resource not found
422Unprocessable entity