Update content/client-server-api/modules/guest_access.md

Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
This commit is contained in:
Tom Foster 2025-08-01 20:05:44 +01:00 committed by GitHub
parent 4293659dc5
commit 578e1fbc82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,7 +63,8 @@ for sending events:
The following API endpoints are allowed to be accessed by guest accounts
for their own account maintenance:
* [PUT /profile/{userId}/{keyName}](#put_matrixclientv3profileuseridkeyname)
* [PUT /profile/{userId}/displayname](#put_matrixclientv3profileuseridkeyname) guests users may only modify their displayname in their profile
* [DELETE /profile/{userId}/displayname](#delete_matrixclientv3profileuseridkeyname) guests users may only modify their displayname in their profile
* [GET /devices](#get_matrixclientv3devices)
* [GET /devices/{deviceId}](#get_matrixclientv3devicesdeviceid)
* [PUT /devices/{deviceId}](#put_matrixclientv3devicesdeviceid)