From 8532cfd706a199d44bdc7358b8c88c2c7d643aef Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 1 Jun 2020 20:35:22 -0600 Subject: [PATCH] Clarify which transaction ID --- event-schemas/schema/core-event-schema/unsigned_prop.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/event-schemas/schema/core-event-schema/unsigned_prop.yaml b/event-schemas/schema/core-event-schema/unsigned_prop.yaml index 39cfb267..9571c33b 100644 --- a/event-schemas/schema/core-event-schema/unsigned_prop.yaml +++ b/event-schemas/schema/core-event-schema/unsigned_prop.yaml @@ -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