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
|
@ -218,6 +218,7 @@ paths:
|
|||
|
||||
"/send_join/{roomId}/{eventId}":
|
||||
put:
|
||||
deprecated: true
|
||||
summary: Submit a signed join event to a resident server
|
||||
description: |-
|
||||
**Note:**
|
||||
|
|
|
@ -141,6 +141,7 @@ paths:
|
|||
}
|
||||
"/send_leave/{roomId}/{eventId}":
|
||||
put:
|
||||
deprecated: true
|
||||
summary: Submit a signed leave event to a resident server
|
||||
description: |-
|
||||
**Note:**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue