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
3 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue