aboutsummaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-04-02 14:31:18 +0300
committerrinpatch <rinpatch@sdf.org>2019-04-02 14:31:18 +0300
commitfdb4357e9ba7a34a603997d50d85593ca2bf6395 (patch)
treeeb60138c232fc0a7152c3f57dc877a0ea3629949 /docs/api
parentfe5145eeaab81573614a3475463a24229a6a58a3 (diff)
downloadpleroma-fdb4357e9ba7a34a603997d50d85593ca2bf6395.tar.gz
Rename fake param to preview and make the tests check that the object was not inserted to the db
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/differences_in_mastoapi_responses.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/differences_in_mastoapi_responses.md b/docs/api/differences_in_mastoapi_responses.md
index f5ce7493d..7adf29676 100644
--- a/docs/api/differences_in_mastoapi_responses.md
+++ b/docs/api/differences_in_mastoapi_responses.md
@@ -49,4 +49,4 @@ Has these additional fields under the `pleroma` object:
Additional parameters can be added to the JSON body:
-- `fake`: boolean, if set to `true` the post won't be actually posted, but the status entitiy would still be rendered back. This could be useful for previewing rich text/custom emoji, for example.
+- `preview`: boolean, if set to `true` the post won't be actually posted, but the status entitiy would still be rendered back. This could be useful for previewing rich text/custom emoji, for example.