diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-04-28 06:45:59 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-04-28 06:45:59 +0300 |
commit | 270c3fe446a374202b6d64ce487f7df29ecb1c14 (patch) | |
tree | ef8391fd710c1e171ce6eff9c52700a18742fd4d /docs/API | |
parent | 4b3b1fec4e57bd07ac75700bf34cd188ce43b545 (diff) | |
download | pleroma-270c3fe446a374202b6d64ce487f7df29ecb1c14.tar.gz pleroma-270c3fe446a374202b6d64ce487f7df29ecb1c14.zip |
fix markdown format
Diffstat (limited to 'docs/API')
-rw-r--r-- | docs/API/differences_in_mastoapi_responses.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/API/differences_in_mastoapi_responses.md b/docs/API/differences_in_mastoapi_responses.md index 0a7520f9e..a56a74064 100644 --- a/docs/API/differences_in_mastoapi_responses.md +++ b/docs/API/differences_in_mastoapi_responses.md @@ -185,11 +185,11 @@ Post here request with `grant_type=refresh_token` to obtain new access token. Re Has theses additional parameters (which are the same as in Pleroma-API): - `fullname`: optional - `bio`: optional - `captcha_solution`: optional, contains provider-specific captcha solution, - `captcha_token`: optional, contains provider-specific captcha token - `token`: invite token required when the registrations aren't public. +- `fullname`: optional +- `bio`: optional +- `captcha_solution`: optional, contains provider-specific captcha solution, +- `captcha_token`: optional, contains provider-specific captcha token +- `token`: invite token required when the registrations aren't public. ## Markers |