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
Currently the API supports user profile update and user fi association separately, we would like to add an endpoint that combines the 2 functionalities.
Task
Create DTO to restrict the request schema, currently it's free form KV map; add endpoint that takes in the new DTO which contains payload for both user profile (first name, last name), and fi associations.
Parent ticket or topic: cfpb/sbl-project#17
Context
Currently the API supports user profile update and user fi association separately, we would like to add an endpoint that combines the 2 functionalities.
Task
Create DTO to restrict the request schema, currently it's free form KV map; add endpoint that takes in the new DTO which contains payload for both user profile (first name, last name), and fi associations.
Acceptance criteria
The text was updated successfully, but these errors were encountered: