From 17af55ddce5bf15215b34bce63fc4dda1c0d65ca Mon Sep 17 00:00:00 2001 From: Tom Foster Date: Fri, 14 Feb 2025 13:30:33 +0000 Subject: [PATCH] Fix broken link --- content/client-server-api/modules/guest_access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/modules/guest_access.md b/content/client-server-api/modules/guest_access.md index ada9e71e..7656beb3 100644 --- a/content/client-server-api/modules/guest_access.md +++ b/content/client-server-api/modules/guest_access.md @@ -63,7 +63,7 @@ for sending events: The following API endpoints are allowed to be accessed by guest accounts for their own account maintenance: -* [PUT /profile/{userId}/displayname](#put_matrixclientv3profileuseriddisplayname) +* [PUT /profile/{userId}/{key_name}](#put_matrixclientv3profileuseridkeyname) * [GET /devices](#get_matrixclientv3devices) * [GET /devices/{deviceId}](#get_matrixclientv3devicesdeviceid) * [PUT /devices/{deviceId}](#put_matrixclientv3devicesdeviceid)