aboutsummaryrefslogtreecommitdiffstats
path: root/meta.sr.ht/oauth-api.md
diff options
context:
space:
mode:
authorvexhack <ryan@boringtranquility.io>2019-11-07 11:49:58 -0800
committerDrew DeVault <sir@cmpwn.com>2019-11-10 13:39:17 -0500
commitdcd213599ae926785c3f4ef4d985599ebd18f5e3 (patch)
tree28d682994739a1bfa27f3a49b090c40fe365709f /meta.sr.ht/oauth-api.md
parent1c6cf672966fe7862b1ebbaf93e09c6cb93b72e5 (diff)
downloadsr.ht-docs-dcd213599ae926785c3f4ef4d985599ebd18f5e3.tar.gz
minor edit to make example more explicit
Diffstat (limited to 'meta.sr.ht/oauth-api.md')
-rw-r--r--meta.sr.ht/oauth-api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta.sr.ht/oauth-api.md b/meta.sr.ht/oauth-api.md
index c4d34c9..6e1f97b 100644
--- a/meta.sr.ht/oauth-api.md
+++ b/meta.sr.ht/oauth-api.md
@@ -161,7 +161,7 @@ just need to set the `Authorization` header to `token your-access-token`. For
example:
curl \
- -H Authorization:'token your-access-token' \
+ -H Authorization:'token <your-access-token>' \
https://meta.sr.ht/api/user/profile
# OAuth Maintenance