summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-05-04 06:40:51 +0200
committerGravatar default2023-05-04 06:40:51 +0200
commitd46bf8837c1c6654868170a293352d12f6d84962 (patch)
treefbda3c0795d2fa4f00609541db3479a3e012d197
parentUpdated documentation. (diff)
downloadsnac2-d46bf8837c1c6654868170a293352d12f6d84962.tar.gz
snac2-d46bf8837c1c6654868170a293352d12f6d84962.tar.xz
snac2-d46bf8837c1c6654868170a293352d12f6d84962.zip
Updated documentation.
-rw-r--r--doc/snac.13
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/snac.1 b/doc/snac.1
index c52eba9..0d36f5d 100644
--- a/doc/snac.1
+++ b/doc/snac.1
@@ -241,10 +241,11 @@ http tool like
241or similar. This has the advantage that you can do it remotely from any host, 241or similar. This has the advantage that you can do it remotely from any host,
242anywhere; the only thing you need is an API Token. This is an example: 242anywhere; the only thing you need is an API Token. This is an example:
243.Bd -literal -offset indent 243.Bd -literal -offset indent
244curl -X POST https://snac.example.com/api/v1/statuses \ 244curl -X POST https://snac.example.com/api/v1/statuses \\
245--header "Authorization: Bearer ${TOKEN}" -d "status=$(uptime)" 245--header "Authorization: Bearer ${TOKEN}" -d "status=$(uptime)"
246.Ed 246.Ed
247.Pp 247.Pp
248You can obtain an API Token from a mobile app.
248.Sh ENVIRONMENT 249.Sh ENVIRONMENT
249.Bl -tag -width Ds 250.Bl -tag -width Ds
250.It Ev DEBUG 251.It Ev DEBUG