MDL-76722 user: Add new update_user_device_public_key webservice

This commit is contained in:
Alex Morris 2023-03-01 11:24:57 +13:00 committed by Andrew Nicols
parent 7c843b380b
commit 9bc236d48d
7 changed files with 381 additions and 0 deletions

View file

@ -19,6 +19,8 @@ This files describes API changes for code that uses the user API.
* Return in the field `value` the value of the custom field (as stored in the database)
* Return in the field `displayvalue` the value of the custom field for display
External systems displaying user information should always use `displayvalue`.
* New method `user_update_device_public_key()`` and accompanying external function core_user_external::update_device_public_key to
update a user's app generated public key by device uuid and app id.
=== 4.1 ===