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:
Kévin Commaille 2025-02-21 15:00:30 +01:00
parent b11f246cb3
commit 4bb053c1aa
No known key found for this signature in database
GPG key ID: 0C971D9DBC9D678D
4 changed files with 0 additions and 4 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",