mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-06 11:44:10 +01:00
Remove spurious 400 result
This commit is contained in:
parent
de68c167b6
commit
71c1fc5ec0
|
|
@ -150,9 +150,6 @@ paths:
|
||||||
"prev_batch": "p1902",
|
"prev_batch": "p1902",
|
||||||
"total_room_count_estimate": 115
|
"total_room_count_estimate": 115
|
||||||
}
|
}
|
||||||
400:
|
|
||||||
description: >
|
|
||||||
The request body is malformed or the room alias specified is already taken.
|
|
||||||
tags:
|
tags:
|
||||||
- Room discovery
|
- Room discovery
|
||||||
post:
|
post:
|
||||||
|
|
@ -300,8 +297,5 @@ paths:
|
||||||
"prev_batch": "p1902",
|
"prev_batch": "p1902",
|
||||||
"total_room_count_estimate": 115
|
"total_room_count_estimate": 115
|
||||||
}
|
}
|
||||||
400:
|
|
||||||
description: >
|
|
||||||
The request body is malformed or the room alias specified is already taken.
|
|
||||||
tags:
|
tags:
|
||||||
- Room discovery
|
- Room discovery
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue