chore: Allow setting "users.display_name" in Platform API (#5532)
This commit is contained in:
@@ -51,6 +51,6 @@ class Platform::Api::V1::UsersController < PlatformController
|
||||
end
|
||||
|
||||
def user_params
|
||||
params.permit(:name, :email, :password, custom_attributes: {})
|
||||
params.permit(:name, :display_name, :email, :password, custom_attributes: {})
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user