From 3e75b4c8e88552f93dff512a3b7fe485d6b75125 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 11 Apr 2026 04:16:17 +0000 Subject: [PATCH] Make umaAddress optional in create user endpoint This allows users to be created without an UMA address, which will be auto-generated by the system. Needed for SoFi's FX discovery flow where users don't provide an UMA address upfront. https://claude.ai/code/session_01S9UjiuUhTGRtySPbk9Nyon --- openapi/components/schemas/users/User.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/openapi/components/schemas/users/User.yaml b/openapi/components/schemas/users/User.yaml index 50281a49..dec71125 100644 --- a/openapi/components/schemas/users/User.yaml +++ b/openapi/components/schemas/users/User.yaml @@ -1,6 +1,5 @@ type: object required: - - umaAddress - platformUserId - userType properties: