Actualizar la configuración de institución por id
Aplica una actualización parcial (connectorType/retryPolicyConfig/connectorMetadata/enabled) a una configuración de institución existente direccionada por el id de la ruta. connectorMetadata, cuando está presente, reemplaza por completo todo el conjunto. Devuelve 404 cuando la institución no tiene configuración.
Autorizaciones
JWT bearer token issued by the identity provider.
Parámetros de ruta
The institution's unique identifier (UUID).
"550e8400-e29b-41d4-a716-446655440000"
Cuerpo
Connector-specific configuration bag. When present, replaces the entire bag wholesale.
The outbound connector type. Omitted fields are left unchanged.
"midaz"
Whether the connector configuration is active. Omitted leaves the flag unchanged; explicitly false disables it.
false
The institution's BACEN CNPJ (8 digits). When present, replaces the stored value.
"12345678"
Operational retry policy as arbitrary JSON. When present, replaces the stored value.
Respuesta
OK
The outbound connector type for this institution.
"midaz"
RFC 3339 creation timestamp (UTC).
"2024-01-15T10:30:00Z"
Whether the connector configuration is active.
true
The institution's BACEN CNPJ (8 digits) for return-file headers and file header validation.
"12345678"
The institution's unique identifier (UUID).
"550e8400-e29b-41d4-a716-446655440000"
RFC 3339 last-update timestamp (UTC).
"2024-01-15T12:00:00Z"
Connector-specific configuration bag, scrubbed of secret-bearing keys.
Operational retry policy (backoff/attempts) as arbitrary JSON.

