Update institution config by id
Applies a partial update (connectorType/retryPolicyConfig/connectorMetadata/enabled) to an existing institution configuration addressed by the path id. connectorMetadata, when present, replaces the entire bag wholesale. Returns 404 when the institution has no configuration.
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
The institution's unique identifier (UUID).
"550e8400-e29b-41d4-a716-446655440000"
Body
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.
Response
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.

