mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 03:46:42 +02:00
MDL-76722 user: Add new update_user_device_public_key webservice
This commit is contained in:
parent
7c843b380b
commit
9bc236d48d
7 changed files with 381 additions and 0 deletions
|
@ -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 ===
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue