summary:Create a new mapping from room alias to room ID.
operationId:setRoomAlias
security:
- accessToken:[]
parameters:
@ -78,6 +79,7 @@ paths:
domain part of the alias does not correspond to the server's own
domain.
operationId:getRoomIdByAlias
parameters:
- in:path
type:string
@ -124,6 +126,7 @@ paths:
Remove a mapping of room alias to room ID.
Servers may choose to implement additional access control checks here, for instance that room aliases can only be deleted by their creator or a server administrator.