mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-29 10:33:43 +01:00
Merge pull request #1729 from QMatrixClient/kitsune/filling-spec-gaps
joining.yaml: add missing response schema details
This commit is contained in:
commit
6dd2120337
|
|
@ -101,6 +101,11 @@ paths:
|
||||||
"room_id": "!d41d8cd:matrix.org"}
|
"room_id": "!d41d8cd:matrix.org"}
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
|
properties:
|
||||||
|
room_id:
|
||||||
|
type: string
|
||||||
|
description: The joined room ID.
|
||||||
|
required: ["room_id"]
|
||||||
403:
|
403:
|
||||||
description: |-
|
description: |-
|
||||||
You do not have permission to join the room. A meaningful ``errcode`` and description error text will be returned. Example reasons for rejection are:
|
You do not have permission to join the room. A meaningful ``errcode`` and description error text will be returned. Example reasons for rejection are:
|
||||||
|
|
@ -208,6 +213,11 @@ paths:
|
||||||
"room_id": "!d41d8cd:matrix.org"}
|
"room_id": "!d41d8cd:matrix.org"}
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
|
properties:
|
||||||
|
room_id:
|
||||||
|
type: string
|
||||||
|
description: The joined room ID.
|
||||||
|
required: ["room_id"]
|
||||||
403:
|
403:
|
||||||
description: |-
|
description: |-
|
||||||
You do not have permission to join the room. A meaningful ``errcode`` and description error text will be returned. Example reasons for rejection are:
|
You do not have permission to join the room. A meaningful ``errcode`` and description error text will be returned. Example reasons for rejection are:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue