Update an inbound source config
Partial update. Re-enabling a config, changing its intervalSeconds, or moving it to a different credential re-validates the configured inbound discovery reserve (422 on violation).
Authorizations
Bearer token authentication (format: "Bearer {token}")
Path Parameters
Inbound source config UUID
Body
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.
Response
OK
CredentialID is the UUID string of the BACEN credential bound to this inbound source (mandatory and always present).

