diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-06-14 20:22:22 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-06-14 20:23:25 -0500 |
commit | 98502836f516547c9aca0da5676d44d793230035 (patch) | |
tree | 86c99c47880dac1cd9c8efa5e4b78c25a86f4893 | |
parent | 2f40a92647857616698a4199b399f61585186b84 (diff) | |
download | pleroma-98502836f516547c9aca0da5676d44d793230035.tar.gz |
EmailList: ApiSpec typofix
-rw-r--r-- | lib/pleroma/web/api_spec/operations/account_operation.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/account_operation.ex b/lib/pleroma/web/api_spec/operations/account_operation.ex index ae34ca726..6272d51dd 100644 --- a/lib/pleroma/web/api_spec/operations/account_operation.ex +++ b/lib/pleroma/web/api_spec/operations/account_operation.ex @@ -462,7 +462,7 @@ defmodule Pleroma.Web.ApiSpec.AccountOperation do accepts_email_list: %Schema{ allOf: [BooleanLike], description: - "Whether the user opts-in to receiving news and marketing updates from site admins. These should be presented to the user in order to allow them to consent before setting this parameter to TRUE." + "Whether the user opts-in to receiving news and marketing updates from site admins." } }, example: %{ |