diff --git a/backend/resources/app/templates/api-doc.tmpl b/backend/resources/app/templates/api-doc.tmpl index aa0b2a7d9..8c67fdeee 100644 --- a/backend/resources/app/templates/api-doc.tmpl +++ b/backend/resources/app/templates/api-doc.tmpl @@ -37,6 +37,13 @@
The HTTP is the transport method for accesing this API; all + functions can be called using POST HTTP method; the functions + that starts with get- in the name, can use GET HTTP + method which in many cases benefits from the HTTP cache.
+ +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