diff options
Diffstat (limited to 'meta.sr.ht/oauth-api.md')
-rw-r--r-- | meta.sr.ht/oauth-api.md | 2 |
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 |