mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-25 18:38:37 +01:00
Clarify which transaction ID
This commit is contained in:
parent
33309fb68e
commit
8532cfd706
|
|
@ -27,6 +27,8 @@ properties:
|
|||
title: Event
|
||||
type: object
|
||||
transaction_id:
|
||||
description: The client-supplied transaction ID, if the client being given
|
||||
the event is the same one which sent it.
|
||||
description: |
|
||||
The client-supplied transaction ID, for example, provided via
|
||||
``PUT /_matrix/client/r0/rooms/{roomId}/send/{eventType}/{txnId}``,
|
||||
if the client being given the event is the same one which sent it.
|
||||
type: string
|
||||
|
|
|
|||
Loading…
Reference in a new issue