From dcd213599ae926785c3f4ef4d985599ebd18f5e3 Mon Sep 17 00:00:00 2001 From: vexhack Date: Thu, 7 Nov 2019 11:49:58 -0800 Subject: minor edit to make example more explicit --- meta.sr.ht/oauth-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ' \ https://meta.sr.ht/api/user/profile # OAuth Maintenance -- cgit