Actualizar una configuración de fuente entrante
Actualización parcial. Reactivar una configuración, cambiar su intervalSeconds o moverla a una credencial diferente revalida la reserva de descubrimiento de entrada configurada (422 en caso de violación).
Autorizaciones
Bearer token authentication (format: "Bearer {token}")
Parámetros de ruta
Inbound source config UUID
Cuerpo
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.
Respuesta
OK
CredentialID is the UUID string of the BACEN credential bound to this inbound source (mandatory and always present).

