mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-17 00:44:09 +01:00
The event *format* changes, not the version
This commit is contained in:
parent
890fb1a019
commit
82bed06d3f
|
|
@ -14,7 +14,7 @@
|
||||||
type: object
|
type: object
|
||||||
title: Invite Event
|
title: Invite Event
|
||||||
description: |-
|
description: |-
|
||||||
An invite event. Note that events have a different version depending on the
|
An invite event. Note that events have a different format depending on the
|
||||||
room version - check the `room version specification`_ for precise event formats.
|
room version - check the `room version specification`_ for precise event formats.
|
||||||
allOf:
|
allOf:
|
||||||
- type: object
|
- type: object
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ properties:
|
||||||
type: array
|
type: array
|
||||||
description: |-
|
description: |-
|
||||||
List of persistent updates to rooms. Must not include more than 50 PDUs. Note that
|
List of persistent updates to rooms. Must not include more than 50 PDUs. Note that
|
||||||
events have a different version depending on the room version - check the
|
events have a different format depending on the room version - check the
|
||||||
`room version specification`_ for precise event formats.
|
`room version specification`_ for precise event formats.
|
||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@ paths:
|
||||||
description: |-
|
description: |-
|
||||||
The full set of authorization events that make up the state of
|
The full set of authorization events that make up the state of
|
||||||
the room, and their authorization events, recursively. Note that
|
the room, and their authorization events, recursively. Note that
|
||||||
events have a different version depending on the room version -
|
events have a different format depending on the room version -
|
||||||
check the `room version specification`_ for precise event formats.
|
check the `room version specification`_ for precise event formats.
|
||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
|
|
@ -109,7 +109,7 @@ paths:
|
||||||
type: array
|
type: array
|
||||||
description: |-
|
description: |-
|
||||||
The auth chain (the "remote auth"). Note that events have a different
|
The auth chain (the "remote auth"). Note that events have a different
|
||||||
version depending on the room version - check the `room version specification`_
|
format depending on the room version - check the `room version specification`_
|
||||||
for precise event formats.
|
for precise event formats.
|
||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
|
|
@ -162,7 +162,7 @@ paths:
|
||||||
description: |-
|
description: |-
|
||||||
The auth chain the receiver has, and used to determine the auth
|
The auth chain the receiver has, and used to determine the auth
|
||||||
chain differences (the "local auth"). Note that events have a different
|
chain differences (the "local auth"). Note that events have a different
|
||||||
version depending on the room version - check the `room version specification`_
|
format depending on the room version - check the `room version specification`_
|
||||||
for precise event formats.
|
for precise event formats.
|
||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@ paths:
|
||||||
description: |-
|
description: |-
|
||||||
The full set of authorization events that make up the state
|
The full set of authorization events that make up the state
|
||||||
of the room, and their authorization events, recursively. Note that
|
of the room, and their authorization events, recursively. Note that
|
||||||
events have a different version depending on the room version -
|
events have a different format depending on the room version -
|
||||||
check the `room version specification`_ for precise event formats.
|
check the `room version specification`_ for precise event formats.
|
||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
|
|
@ -76,7 +76,7 @@ paths:
|
||||||
type: array
|
type: array
|
||||||
description: |-
|
description: |-
|
||||||
The fully resolved state of the room at the given event. Note that
|
The fully resolved state of the room at the given event. Note that
|
||||||
events have a different version depending on the room version -
|
events have a different format depending on the room version -
|
||||||
check the `room version specification`_ for precise event formats.
|
check the `room version specification`_ for precise event formats.
|
||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ paths:
|
||||||
which receive a v1 invite request must assume that the room version is either ``"1"``
|
which receive a v1 invite request must assume that the room version is either ``"1"``
|
||||||
or ``"2"``.
|
or ``"2"``.
|
||||||
|
|
||||||
Note that events have a different version depending on the room version - check the
|
Note that events have a different format depending on the room version - check the
|
||||||
`room version specification`_ for precise event formats. **The request and response
|
`room version specification`_ for precise event formats. **The request and response
|
||||||
bodies here describe the common event fields in more detail and may be missing other
|
bodies here describe the common event fields in more detail and may be missing other
|
||||||
required fields for a PDU.**
|
required fields for a PDU.**
|
||||||
|
|
@ -151,7 +151,7 @@ paths:
|
||||||
200:
|
200:
|
||||||
description: |-
|
description: |-
|
||||||
The event with the invited server's signature added. All other fields of the events
|
The event with the invited server's signature added. All other fields of the events
|
||||||
should remain untouched. Note that events have a different version depending on the
|
should remain untouched. Note that events have a different format depending on the
|
||||||
room version - check the `room version specification`_ for precise event formats.
|
room version - check the `room version specification`_ for precise event formats.
|
||||||
schema:
|
schema:
|
||||||
type: array
|
type: array
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ paths:
|
||||||
which receive a 400 or 404 response to this endpoint should retry using the v1
|
which receive a 400 or 404 response to this endpoint should retry using the v1
|
||||||
API as the server may be older, if the room version is "1" or "2".
|
API as the server may be older, if the room version is "1" or "2".
|
||||||
|
|
||||||
Note that events have a different version depending on the room version - check the
|
Note that events have a different format depending on the room version - check the
|
||||||
`room version specification`_ for precise event formats. **The request and response
|
`room version specification`_ for precise event formats. **The request and response
|
||||||
bodies here describe the common event fields in more detail and may be missing other
|
bodies here describe the common event fields in more detail and may be missing other
|
||||||
required fields for a PDU.**
|
required fields for a PDU.**
|
||||||
|
|
@ -154,7 +154,7 @@ paths:
|
||||||
200:
|
200:
|
||||||
description: |-
|
description: |-
|
||||||
The event with the invited server's signature added. All other fields of the events
|
The event with the invited server's signature added. All other fields of the events
|
||||||
should remain untouched. Note that events have a different version depending on the
|
should remain untouched. Note that events have a different format depending on the
|
||||||
room version - check the `room version specification`_ for precise event formats.
|
room version - check the `room version specification`_ for precise event formats.
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@ paths:
|
||||||
200:
|
200:
|
||||||
description: |-
|
description: |-
|
||||||
A template to be used for the rest of the `Joining Rooms`_ handshake. Note that
|
A template to be used for the rest of the `Joining Rooms`_ handshake. Note that
|
||||||
events have a different version depending on the room version - check the
|
events have a different format depending on the room version - check the
|
||||||
`room version specification`_ for precise event formats. **The response body
|
`room version specification`_ for precise event formats. **The response body
|
||||||
here describes the common event fields in more detail and may be missing other
|
here describes the common event fields in more detail and may be missing other
|
||||||
required fields for a PDU.**
|
required fields for a PDU.**
|
||||||
|
|
@ -77,7 +77,7 @@ paths:
|
||||||
example: "2"
|
example: "2"
|
||||||
event:
|
event:
|
||||||
description: |-
|
description: |-
|
||||||
An unsigned template event. Note that events have a different version
|
An unsigned template event. Note that events have a different format
|
||||||
depending on the room version - check the `room version specification`_
|
depending on the room version - check the `room version specification`_
|
||||||
for precise event formats.
|
for precise event formats.
|
||||||
type: object
|
type: object
|
||||||
|
|
@ -165,7 +165,7 @@ paths:
|
||||||
description: |-
|
description: |-
|
||||||
Submits a signed join event to the resident server for it
|
Submits a signed join event to the resident server for it
|
||||||
to accept it into the room's graph. Note that events have
|
to accept it into the room's graph. Note that events have
|
||||||
a different version depending on the room version - check
|
a different format depending on the room version - check
|
||||||
the `room version specification`_ for precise event formats.
|
the `room version specification`_ for precise event formats.
|
||||||
**The request and response body here describes the common
|
**The request and response body here describes the common
|
||||||
event fields in more detail and may be missing other required
|
event fields in more detail and may be missing other required
|
||||||
|
|
@ -265,7 +265,7 @@ paths:
|
||||||
auth_chain:
|
auth_chain:
|
||||||
type: array
|
type: array
|
||||||
description: |-
|
description: |-
|
||||||
The auth chain. Note that events have a different version depending on
|
The auth chain. Note that events have a different format depending on
|
||||||
the room version - check the `room version specification`_ for precise
|
the room version - check the `room version specification`_ for precise
|
||||||
event formats.
|
event formats.
|
||||||
items:
|
items:
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,7 @@ paths:
|
||||||
200:
|
200:
|
||||||
description: |-
|
description: |-
|
||||||
A template to be used to call ``/send_leave``. Note that
|
A template to be used to call ``/send_leave``. Note that
|
||||||
events have a different version depending on the room version - check the
|
events have a different format depending on the room version - check the
|
||||||
`room version specification`_ for precise event formats. **The response body
|
`room version specification`_ for precise event formats. **The response body
|
||||||
here describes the common event fields in more detail and may be missing other
|
here describes the common event fields in more detail and may be missing other
|
||||||
required fields for a PDU.**
|
required fields for a PDU.**
|
||||||
|
|
@ -69,7 +69,7 @@ paths:
|
||||||
example: "2"
|
example: "2"
|
||||||
event:
|
event:
|
||||||
description: |-
|
description: |-
|
||||||
An unsigned template event. Note that events have a different version
|
An unsigned template event. Note that events have a different format
|
||||||
depending on the room version - check the `room version specification`_
|
depending on the room version - check the `room version specification`_
|
||||||
for precise event formats.
|
for precise event formats.
|
||||||
type: object
|
type: object
|
||||||
|
|
@ -144,7 +144,7 @@ paths:
|
||||||
description: |-
|
description: |-
|
||||||
Submits a signed leave event to the resident server for it
|
Submits a signed leave event to the resident server for it
|
||||||
to accept it into the room's graph. Note that events have
|
to accept it into the room's graph. Note that events have
|
||||||
a different version depending on the room version - check
|
a different format depending on the room version - check
|
||||||
the `room version specification`_ for precise event formats.
|
the `room version specification`_ for precise event formats.
|
||||||
**The request and response body here describes the common
|
**The request and response body here describes the common
|
||||||
event fields in more detail and may be missing other required
|
event fields in more detail and may be missing other required
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ paths:
|
||||||
The sending server must wait and retry for a 200 OK response before sending a
|
The sending server must wait and retry for a 200 OK response before sending a
|
||||||
transaction with a different ``txnId`` to the receiving server.
|
transaction with a different ``txnId`` to the receiving server.
|
||||||
|
|
||||||
Note that events have a different version depending on the room version - check
|
Note that events have a different format depending on the room version - check
|
||||||
the `room version specification`_ for precise event formats.
|
the `room version specification`_ for precise event formats.
|
||||||
operationId: sendTransaction
|
operationId: sendTransaction
|
||||||
security:
|
security:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue