Add 'deprecated:true' to /v1/send_{join,leave} (#1518)

The words already say this is deprecated, but it was missing the flag.
pull/1525/head
Richard van der Hoff 1 year ago committed by GitHub
parent dc5d95c242
commit 188d568f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1 @@
Fix various typos throughout the specification.

@ -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…
Cancel
Save