Closed rdupz closed 8 years ago
Hello,
I'm wondering why BankAccount.create asks for user_id while the docs does not stars UserId as a required param.
BankAccount.create
user_id
UserId
Based on the fetch route, UserId should be stared.
Regards,
Hi @rdupz, you're right - this isn't very clear. Since the UserId is in the URL, it is of course required :-) I've just updated the docs to reflect this.
Hello,
I'm wondering why
BankAccount.create
asks foruser_id
while the docs does not starsUserId
as a required param.Based on the fetch route,
UserId
should be stared.Regards,