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. |