From b1c46e0745a8e2233c1c4913fee545abab0a70c5 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 8 May 2024 19:54:18 -0700 Subject: [PATCH] Updated Setting up Authentication (markdown) --- Setting-up-Authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setting-up-Authentication.md b/Setting-up-Authentication.md index 91e7798..0fdbb94 100644 --- a/Setting-up-Authentication.md +++ b/Setting-up-Authentication.md @@ -142,7 +142,7 @@ The REST API (available starting in v0.8.0) supports several methods of authenti To see API docs, try endpoints interactively, and see how auth works, visit this URL on your ArchiveBox server: [`http://127.0.0.1:8000/api/v1/docs`](http://127.0.0.1:8000/api/v1/docs) -Screenshot of django-ninja Swagger API docs page +Screenshot of django-ninja Swagger API docs page To get started using the REST API, you can generate an API key for your user in the Admin Web UI: [`http://127.0.0.1:8000/admin/api/apitoken/add/`](http://127.0.0.1:8000/admin/api/apitoken/add/)