aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration/cheatsheet.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-05-05 12:08:58 +0000
committerrinpatch <rinpatch@sdf.org>2020-05-05 12:08:58 +0000
commit5482a1f6efdb771f586ed539ec8f57953a8fac69 (patch)
tree63c67e6ee785778e4dc918f24f2779a5ca3baef2 /docs/configuration/cheatsheet.md
parentc297667f16db40654bb16608c01dc4a2dc7c0e4b (diff)
parentcc922e7d8ccbf22a0f7e0898a6ff4639123f0c7f (diff)
downloadpleroma-5482a1f6efdb771f586ed539ec8f57953a8fac69.tar.gz
Merge branch 'openapi/validation-plug' into 'develop'
Ignore unexpected query params and ENUM values Closes #1719 See merge request pleroma/pleroma!2468
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r--docs/configuration/cheatsheet.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index 681ab6b93..705c4c15e 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -924,4 +924,8 @@ Restrict access for unauthenticated users to timelines (public and federate), us
* `remote`
* `activities` - statuses
* `local`
- * `remote` \ No newline at end of file
+ * `remote`
+
+## Pleroma.Web.ApiSpec.CastAndValidate
+
+* `:strict` a boolean, enables strict input validation (useful in development, not recommended in production). Defaults to `false`.