aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/definitions/request_email_validation.h
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-06-29 09:41:01 +0200
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-06-29 09:41:01 +0200
commit32d6616677bc4a94554527110e8d227aaf3aea34 (patch)
treefdf81c40fc605e69f48321ed4666c8475c1c2726 /lib/csapi/definitions/request_email_validation.h
parent0735daf3c905c2758aa89dff02570789804b9e8f (diff)
downloadlibquotient-32d6616677bc4a94554527110e8d227aaf3aea34.tar.gz
libquotient-32d6616677bc4a94554527110e8d227aaf3aea34.zip
More re-generated API files (only doc-comments updated)
All actual updates to the API go to 0.7.
Diffstat (limited to 'lib/csapi/definitions/request_email_validation.h')
-rw-r--r--lib/csapi/definitions/request_email_validation.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/csapi/definitions/request_email_validation.h b/lib/csapi/definitions/request_email_validation.h
index ab34862e..b1781e27 100644
--- a/lib/csapi/definitions/request_email_validation.h
+++ b/lib/csapi/definitions/request_email_validation.h
@@ -16,15 +16,14 @@ struct EmailValidationData : RequestEmailValidation {
/// 3PID verification.
///
/// This parameter is deprecated with a plan to be removed in a future
- /// specification version for ``/account/password`` and ``/register``
- /// requests.
+ /// specification version for `/account/password` and `/register` requests.
QString idServer;
/// An access token previously registered with the identity server. Servers
/// can treat this as optional to distinguish between r0.5-compatible
/// clients and this specification version.
///
- /// Required if an ``id_server`` is supplied.
+ /// Required if an `id_server` is supplied.
QString idAccessToken;
};