aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/api_spec/helpers.ex
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2021-02-03 15:14:40 +0000
committerrinpatch <rinpatch@sdf.org>2021-02-03 15:14:40 +0000
commita7864a94295eedaee1c2ad0829c9b668c7acd705 (patch)
tree8a80f26c3ed94361ea4e2f28b35bfb25dc09a0ab /lib/pleroma/web/api_spec/helpers.ex
parentd2acf3a92fd537708b1d1f7a78bb49686a76fec3 (diff)
parent74ef1a044d965cb20154c051d42fc183dc8ee0c2 (diff)
downloadpleroma-a7864a94295eedaee1c2ad0829c9b668c7acd705.tar.gz
Merge branch 'fix/openapi-relationship-nullable' into 'develop'
Account schema: specify that pleroma.relationship is nullable See merge request pleroma/pleroma!3299
Diffstat (limited to 'lib/pleroma/web/api_spec/helpers.ex')
-rw-r--r--lib/pleroma/web/api_spec/helpers.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/helpers.ex b/lib/pleroma/web/api_spec/helpers.ex
index 6babe0b28..6f67339e6 100644
--- a/lib/pleroma/web/api_spec/helpers.ex
+++ b/lib/pleroma/web/api_spec/helpers.ex
@@ -63,7 +63,7 @@ defmodule Pleroma.Web.ApiSpec.Helpers do
:with_relationships,
:query,
BooleanLike,
- "Embed relationships into accounts."
+ "Embed relationships into accounts. **If this parameter is not set account's `pleroma.relationship` is going to be `null`.**"
)
end