From 53f40043aacde607818c12a5572fda923c68c761 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 8 Aug 2023 14:50:49 +0200 Subject: [PATCH] :paperclip: Fix typo on api doc main template --- backend/resources/app/templates/api-doc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/resources/app/templates/api-doc.tmpl b/backend/resources/app/templates/api-doc.tmpl index 2a0873973..4a4082537 100644 --- a/backend/resources/app/templates/api-doc.tmpl +++ b/backend/resources/app/templates/api-doc.tmpl @@ -38,7 +38,7 @@

GENERAL NOTES

Authentication

-

The penpot backend right now offerts two way for authenticate the request: +

The penpot backend right now offers two way for authenticate the request: cookies (the same mechanism that we use ourselves on accessing the API from the web application) and access tokens.