Skip to content

Commit 3661cae

Browse files
authored
Update public_api.md
1 parent f21b847 commit 3661cae

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

contributor_docs/public_api.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,3 +217,16 @@ No body
217217
|---------------|-------------------------|
218218
| 200 OK | Sketch has been deleted |
219219
| 404 Not Found | Sketch does not exist |
220+
221+
222+
### Enabling Access Token UI in Settings Page
223+
224+
To enable the Access Token UI in the Settings page, follow these steps:
225+
226+
1. Navigate to the `.env` file in your project.
227+
2. Locate the line specifying UI_ACCESS_TOKEN_ENABLED.
228+
3. Set the value to `true`, as shown below:
229+
230+
```bash
231+
UI_ACCESS_TOKEN_ENABLED=true
232+

0 commit comments

Comments
 (0)