Compare commits

..

2 commits

Author SHA1 Message Date
Hugh Nimmo-Smith b747d926e0
Merge dcdfd84f27 into dfdb1d09b8 2025-10-07 14:12:46 -04:00
Johannes Marbach dfdb1d09b8
Add missing bracket (#2224) 2025-10-07 13:18:05 -04:00
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Fix various typos throughout the specification.

View file

@ -324,7 +324,7 @@ paths:
This endpoint was deprecated in r0 of this specification. Clients
should instead call the
[/rooms/{roomId}/event/{eventId}](/client-server-api/#get_matrixclientv3roomsroomideventeventid) API
or the [/rooms/{roomId}/context/{eventId](/client-server-api/#get_matrixclientv3roomsroomidcontexteventid) API.
or the [/rooms/{roomId}/context/{eventId}](/client-server-api/#get_matrixclientv3roomsroomidcontexteventid) API.
operationId: getOneEvent
security:
- accessTokenQuery: []