You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(v3.1.0): migrate updateCustomerAddress to Http4s310
PUT /banks/BANK_ID/customers/CUSTOMER_ID/addresses/CUSTOMER_ADDRESS_ID
was the last genuine miss in v3.1.0 (the other two — getMessageDocsSwagger
and getObpConnectorLoopback — are tracked as per-version Lift leftovers
that retire via separate workstreams).
Mirrors the Lift handler verbatim: same role check (canCreateCustomer),
same NewStyle.function.updateCustomerAddress arg list, same JSON shape.
Modelled after the existing Http4s310.createCustomerAddress endpoint —
withUserAndBankAndBody[B, A] for PUT-with-body returning 200.
0 commit comments