> ## Documentation Index
> Fetch the complete documentation index at: https://docs.folyo.cl/llms.txt
> Use this file to discover all available pages before exploring further.

# Cambiar plan

> Cambia el plan de suscripción.

**Autenticación:** Bearer JWT

| Campo  | Tipo   | Req. | Descripción                                           |
| ------ | ------ | ---- | ----------------------------------------------------- |
| `plan` | string | Sí   | `sandbox`, `starter`, `pro`, `business`, `enterprise` |

<CodeGroup>
  ```json Request theme={null}
  {
    "plan": "business"
  }
  ```

  ```json Response 200 theme={null}
  {
    "message": "Plan actualizado correctamente",
    "plan": "business",
    "dtes_mes_max": 2000,
    "empresas_max": 20
  }
  ```
</CodeGroup>

| Código | Descripción                    |
| ------ | ------------------------------ |
| `400`  | Plan inválido                  |
| `402`  | Requiere método de pago activo |
