Closed makorne closed 6 years ago
Продублирован заголовок, в итоге они сместились и заголовки всех ниже не относятся к функциям апи.
Set user profile first_name and last_name auth.get_profile(user_id)
tarantool> ok, user = auth.get_profile(id) tarantool> user --- - is_active: true email: aaa@mail.ru profile: {'first_name': 'name', last_name='surname'} id: bcb6e00a-1148-4b7d-9ab1-9a9a3b21ce2a ... Set user profile first_name and last_name auth.delete_user(user_id) tarantool> auth.delete_user(id) --- - is_active: true email: aaa@mail.ru profile: {'first_name': 'name', last_name='surname'} id: bcb6e00a-1148-4b7d-9ab1-9a9a3b21ce2a ... Delete user from space
Исправил, спасибо
Продублирован заголовок, в итоге они сместились и заголовки всех ниже не относятся к функциям апи.
Set user profile first_name and last_name auth.get_profile(user_id)