about summary refs log tree commit diff
path: root/docs/Using-the-API/OAuth-details.md
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-01-21 22:53:02 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-01-21 22:53:02 +0100
commit2baf0fabb41e68f1cd4bb60a488aef60cc6ee504 (patch)
tree5b197fd8a3c2d8a6bac88aa93a5008df96ffd7f5 /docs/Using-the-API/OAuth-details.md
parente92a1cf436b99757e82d0234ca54b6c41b7ddb16 (diff)
Improve API docs formatting
Diffstat (limited to 'docs/Using-the-API/OAuth-details.md')
-rw-r--r--docs/Using-the-API/OAuth-details.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/Using-the-API/OAuth-details.md b/docs/Using-the-API/OAuth-details.md
index 8e63b89f4..d0b5abd40 100644
--- a/docs/Using-the-API/OAuth-details.md
+++ b/docs/Using-the-API/OAuth-details.md
@@ -1,3 +1,6 @@
+OAuth details
+=============
+
 We use the [Doorkeeper gem for OAuth](https://github.com/doorkeeper-gem/doorkeeper/wiki), so you can refer to their docs on specifics of the end-points.
 
 The API is divided up into access scopes:
@@ -6,4 +9,4 @@ The API is divided up into access scopes:
 - `write`: Post statuses and upload media for statuses
 - `follow`: Follow, unfollow, block, unblock
 
-Multiple scopes can be requested during the authorization phase with the `scope` query param (space-separate the scopes).
\ No newline at end of file
+Multiple scopes can be requested during the authorization phase with the `scope` query param (space-separate the scopes).