cURL
curl --request PATCH \ --url https://api.example.com/tenants/{id} \ --header 'Content-Type: application/json' \ --data '{}'
{ "id": "e305e9a4-585e-49b8-bc88-9fba992c6326", "plan": "ENTERPRISE", "brandName": "Mega Loja 123", "updatedAt": "2024-02-15T10:00:00.000Z" }
Atualiza o plano, a logotipo e informações de contato ou razionais sociais de um Tenant existente. Requer perfil de Administrador Superior.
ENTERPRISE
The body is of type object.
object