Atualizar uma configuração de fonte de entrada
Atualização parcial. Reativar uma configuração, alterar seu intervalSeconds ou movê-la para uma credencial diferente revalida a reserva de descoberta de entrada configurada (422 em caso de violação).
Autorizações
Bearer token authentication (format: "Bearer {token}")
Parâmetros de caminho
Inbound source config UUID
Corpo
update payload
CredentialID, when supplied, replaces the bound credential. A nil pointer leaves the stored credential untouched (partial-update semantics mirror intervalSeconds). The uuid tag rejects a malformed value at the boundary (400). The handler parses it to a *uuid.UUID before threading it into the update command.
15 <= x <= 1800x >= 11 <= x <= 3650UrgencyEnabled, when present, toggles urgent inbound eligibility for this source. Pointer so an omitted field is distinguished from an explicit false.
Resposta
OK
CredentialID is the UUID string of the BACEN credential bound to this inbound source (mandatory and always present).

