Compare commits

..

1 commit

Author SHA1 Message Date
Johannes Marbach 627895b33b
Merge 35eb6e1d2b into f82d8ab15b 2025-10-07 12:10:02 +03:00
3 changed files with 2 additions and 4 deletions

View file

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

View file

@ -463,7 +463,7 @@ vendor prefix in Java package naming format. For example:
{{% boxes/note %}}
Proposal authors operating with a Matrix.org Foundation mandate SHOULD use
a vendor prefix within the `org.matrix` namespace. This namespace is otherwise
restricted. Authors who don't own a domain MAY use the `io.github` namespace
restricted. Authors who don't own a domain MAY use the `com.github` namespace
instead.
{{% /boxes/note %}}
@ -489,7 +489,6 @@ Vendor prefixes MUST also be used for:
...
}
```
- New values for existing parameters or properties. For example:
```json

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: []