mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-13 06:54:10 +01:00
Fix a few examples of the SS API
They all had a `room_id` field, which doesn't match the definition. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
b11f246cb3
commit
4bb053c1aa
|
|
@ -76,7 +76,6 @@ paths:
|
|||
$ref: ../../event-schemas/examples/invite_room_state.json
|
||||
type: object
|
||||
example: {
|
||||
"room_id": "!somewhere:example.org",
|
||||
"type": "m.room.member",
|
||||
"state_key": "@joe:elsewhere.com",
|
||||
"origin": "example.org",
|
||||
|
|
|
|||
|
|
@ -81,7 +81,6 @@ paths:
|
|||
example: {
|
||||
"room_version": "2",
|
||||
"event": {
|
||||
"room_id": "!somewhere:example.org",
|
||||
"type": "m.room.member",
|
||||
"state_key": "@joe:elsewhere.com",
|
||||
"origin": "example.org",
|
||||
|
|
|
|||
|
|
@ -140,7 +140,6 @@ paths:
|
|||
- type
|
||||
- content
|
||||
example: {
|
||||
"room_id": "!somewhere:example.org",
|
||||
"type": "m.room.member",
|
||||
"state_key": "@someone:example.org",
|
||||
"origin": "example.org",
|
||||
|
|
|
|||
|
|
@ -270,7 +270,6 @@ paths:
|
|||
- type
|
||||
- content
|
||||
example: {
|
||||
"room_id": "!somewhere:example.org",
|
||||
"type": "m.room.member",
|
||||
"state_key": "@someone:example.org",
|
||||
"origin": "example.org",
|
||||
|
|
|
|||
Loading…
Reference in a new issue