chg: typo

pull/8584/head
Luciano Righetti 2022-09-14 11:20:48 +02:00
parent 4135e10b76
commit 814e140697
No known key found for this signature in database
GPG Key ID: CB91F2A37C557248
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ info:
* **[CLI]** Use the following command: `./app/Console/cake user change_authkey [e-mail/user_id]`
* **API** Provided you already have an admin level API key, you can create an API for another user using the `[POST]/auth_keys/add/{{user_id}}` endpoint.
* **API** Provided you already have an admin level API key, you can create an API key for another user using the `[POST]/auth_keys/add/{{user_id}}` endpoint.
> **NOTE:** The authentication key will only be displayed once, so take note of it or store it properly in your application secrets.