From 8d6f6e98dfbf5ced4d34a75b54bcff84fe78bca1 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 8 May 2024 20:23:39 -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 b03a5a5..efba232 100644 --- a/Setting-up-Authentication.md +++ b/Setting-up-Authentication.md @@ -144,7 +144,7 @@ To see API docs, try endpoints interactively, and see how auth works, visit this 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/) -or by calling the `http://127.0.0.1:8000/api/v1/auth/get_api_token` endpoint with a username & pass: +or by calling the `http://127.0.0.1:8000/api/v1/auth/get_api_token` endpoint with a username & password: ```bash curl -X 'POST' \ 'http://127.0.0.1:8000/api/v1/auth/get_api_token' \