Account
Save
patch/api/vlm/account
Path parameters
accountNamestring required
Name of the VTEX account. Used as part of the URL
environmentstring required
Environment to use. Used as part of the URL
Request body
Example request
{
"companyName": "",
"isActive": true,
"isOperating": true,
"contact": {
"name": "",
"email": "",
"phone": ""
}
}