From 5c480109d565493a14711b4450b41d167ec45ac9 Mon Sep 17 00:00:00 2001 From: sylis Date: Sat, 6 Apr 2024 20:00:56 +0200 Subject: [PATCH] Feature/add quotes in README.md for API auth documentation (#3246) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36a4eb818..234e2c941 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ Set the header for each request as follows: "Authorization": "Bearer eyJh..." ``` -You can get the _Bearer Token_ via `POST http://localhost:3333/api/v1/auth/anonymous` (Body: `{ accessToken: }`) +You can get the _Bearer Token_ via `POST http://localhost:3333/api/v1/auth/anonymous` (Body: `{ "accessToken": "" }`) Deprecated: `GET http://localhost:3333/api/v1/auth/anonymous/` or `curl -s http://localhost:3333/api/v1/auth/anonymous/`.