{ "operationId": "Changetoleranceofanaccount", "method": "PUT", "path": "/api/creditcontrol/accounts/{creditAccountId}/tolerance", "summary": "VTex Change tolerance of an account", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "id": "fcba59e0-7f26-11ee-ba3c-511336e1518b", "balance": -15, "status": "Open", "creditLimit": 12500, "updatedAt": "2023-11-10T18:49:50.8074778Z", "createdAt": "2023-11-09T17:39:52.151897Z", "description": "", "availableCredit": 12444.99, "preAuthorizedCredit": 55.92, "email": "test@test.com.br", "tolerance": 0.3, "availableBalance": 12444.99 } } ] }