Atualizar a configuração da instituição por id
Aplica uma atualização parcial (connectorType/retryPolicyConfig/connectorMetadata/enabled) a uma configuração de instituição existente endereçada pelo id no caminho. connectorMetadata, quando presente, substitui todo o conjunto por inteiro. Retorna 404 quando a instituição não tem configuração.
Autorizações
JWT bearer token issued by the identity provider.
Parâmetros de caminho
The institution's unique identifier (UUID).
"550e8400-e29b-41d4-a716-446655440000"
Corpo
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.
Resposta
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.

