Update several spots where C-S API was still using r0 APIs (#3671)
* Update several spots where C-S API was still using r0 APIs Signed-off-by: Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
d3e39567f4
commit
990dfec94b
5 changed files with 16 additions and 15 deletions
|
@ -29,7 +29,7 @@ properties:
|
|||
transaction_id:
|
||||
description: |
|
||||
The client-supplied transaction ID, for example, provided via
|
||||
`PUT /_matrix/client/r0/rooms/{roomId}/send/{eventType}/{txnId}`,
|
||||
`PUT /_matrix/client/v3/rooms/{roomId}/send/{eventType}/{txnId}`,
|
||||
if the client being given the event is the same one which sent it.
|
||||
type: string
|
||||
prev_content:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue