From 7122ceb6a818e5237ac9a2f9c8017cc3f9bba53e Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Thu, 26 May 2022 15:37:12 +0200 Subject: [PATCH] Stylistic fixes. --- content/client-server-api/modules/end_to_end_encryption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/modules/end_to_end_encryption.md b/content/client-server-api/modules/end_to_end_encryption.md index 6de46981..b883034e 100644 --- a/content/client-server-api/modules/end_to_end_encryption.md +++ b/content/client-server-api/modules/end_to_end_encryption.md @@ -1258,7 +1258,7 @@ the following format: `AuthData` | Parameter | Type | Description | -| -----------| -----------|-----------------------------------------------------------------------------------------------------------------------| +| -----------| -----------|---------------------------------------------------------------------------------------------------------------------- | | public_key | string | **Required.** The curve25519 public key used to encrypt the backups, encoded in unpadded base64. | | signatures | Signatures | *Optional.* Signatures of the ``auth_data``. The signature is calculated using the process described at Signing JSON. |