We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pretty much the same
Added endpoint:
/users/<id>/change-name
So no need to PATCH the whole user object.
you can POST it with firstname: "x", lastname: "y"
firstname: "x", lastname: "y"
The text was updated successfully, but these errors were encountered:
Will generate a "provider" key too now. so you can easily know
Sorry, something went wrong.
The user structure has changed pretty drastically. No more email-settings, and a couple other things. I'll document that here
email-settings
http://localhost:8000/api/v1/users/me/remove-integrations/
No branches or pull requests
Pretty much the same
Added endpoint:
/users/<id>/change-name
So no need to PATCH the whole user object.
you can POST it with
firstname: "x", lastname: "y"
The text was updated successfully, but these errors were encountered: