diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-10-03 21:02:22 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-10-03 21:02:22 +0200 |
commit | bcae903921b81f578b0717e7376a45f9cafa16ad (patch) | |
tree | d5a2df68c4f2e8208c4f62142edbf7241fb198b9 /lib/csapi/redaction.h | |
parent | 40b29069f55b551a67f4244c2b803b16e8287cd2 (diff) | |
download | libquotient-bcae903921b81f578b0717e7376a45f9cafa16ad.tar.gz libquotient-bcae903921b81f578b0717e7376a45f9cafa16ad.zip |
Regenerate API files from spec v1.4
Diffstat (limited to 'lib/csapi/redaction.h')
-rw-r--r-- | lib/csapi/redaction.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/csapi/redaction.h b/lib/csapi/redaction.h index 29d9c5d5..2f85793e 100644 --- a/lib/csapi/redaction.h +++ b/lib/csapi/redaction.h @@ -33,9 +33,9 @@ public: * The ID of the event to redact * * \param txnId - * The transaction ID for this event. Clients should generate a - * unique ID; it will be used by the server to ensure idempotency of - * requests. + * The [transaction ID](/client-server-api/#transaction-identifiers) for + * this event. Clients should generate a unique ID; it will be used by the + * server to ensure idempotency of requests. * * \param reason * The reason for the event being redacted. |