API & Webhooks doc quick fix (#8994)

Quick fix for https://github.com/twentyhq/twenty/issues/8990
This commit is contained in:
Thomas des Francs 2024-12-10 10:39:38 +01:00 committed by GitHub
parent 49c3250519
commit 228b7386ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ For example, you can use them to retrieve details of a specific `Person` or `Com
### Generate an API key ### Generate an API key
1. Go to Settings in the sidebar on the left. 1. Go to Settings in the sidebar on the left.
2. Under Workspace, go to Developers. Here, you'll see a list of active keys that you or your team have created. 2. In the bottom left, activate "Advanced mode." A new section for API & Webhooks will appear.
3. To generate a new key, click on `+ Create key` at the top right. 3. To generate a new key, click on `+ Create key` at the top right.
4. Give your API key a name, an expiration date, and a logo. 4. Give your API key a name, an expiration date, and a logo.
5. Hit save to see your API key. 5. Hit save to see your API key.