mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Add 'deprecated:true' to /v1/send_{join,leave} (#1518)
The words already say this is deprecated, but it was missing the flag.
This commit is contained in:
parent
dc5d95c242
commit
188d568f3a
|
|
@ -0,0 +1 @@
|
||||||
|
Fix various typos throughout the specification.
|
||||||
|
|
@ -218,6 +218,7 @@ paths:
|
||||||
|
|
||||||
"/send_join/{roomId}/{eventId}":
|
"/send_join/{roomId}/{eventId}":
|
||||||
put:
|
put:
|
||||||
|
deprecated: true
|
||||||
summary: Submit a signed join event to a resident server
|
summary: Submit a signed join event to a resident server
|
||||||
description: |-
|
description: |-
|
||||||
**Note:**
|
**Note:**
|
||||||
|
|
|
||||||
|
|
@ -141,6 +141,7 @@ paths:
|
||||||
}
|
}
|
||||||
"/send_leave/{roomId}/{eventId}":
|
"/send_leave/{roomId}/{eventId}":
|
||||||
put:
|
put:
|
||||||
|
deprecated: true
|
||||||
summary: Submit a signed leave event to a resident server
|
summary: Submit a signed leave event to a resident server
|
||||||
description: |-
|
description: |-
|
||||||
**Note:**
|
**Note:**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue