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
PATCH /user/:uuid
PATCH
Only admin or the user in question can use it.
You should be able to send in only some values, and still modify the user. Like here: https://github.com/phoenixlan/phoenixapi-v1/blob/master/phoenixRest/views/agenda/instance.py#L56
Fields we want to allow modification of:
We should validate these fields just like when the account is first created, so see here for help on validation: https://github.com/phoenixlan/phoenixapi-v1/blob/master/phoenixRest/views/user/__init__.py#L97
The text was updated successfully, but these errors were encountered:
hmm lets dig into this
Sorry, something went wrong.
bernes1
No branches or pull requests
PATCH
/user/:uuidOnly admin or the user in question can use it.
You should be able to send in only some values, and still modify the user. Like here: https://github.com/phoenixlan/phoenixapi-v1/blob/master/phoenixRest/views/agenda/instance.py#L56
Fields we want to allow modification of:
We should validate these fields just like when the account is first created, so see here for help on validation: https://github.com/phoenixlan/phoenixapi-v1/blob/master/phoenixRest/views/user/__init__.py#L97
The text was updated successfully, but these errors were encountered: