{ "operationId": "SpecificationsInsertFieldUpdate", "method": "PUT", "path": "/api/catalog_system/pvt/specification/field", "summary": "VTex Update specification field", "requestExamples": [ { "contentType": "application/json", "example": { "FieldId": 89, "Name": "Material", "CategoryId": 4, "IsActive": true, "IsRequired": true, "FieldTypeId": 1, "Description": "Composition of the product.", "IsStockKeepingUnit": false, "IsFilter": true, "IsOnProductDetails": true, "Position": 1, "IsWizard": false, "IsTopMenuLinkActive": false, "IsSideMenuLinkActive": false, "DefaultValue": "Cotton", "FieldGroupId": 20, "FieldGroupName": "Clothes specifications" } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": 89 } ] }