Skip to content

Commit 81f1fca

Browse files
Update public_api.md
1 parent df43fc1 commit 81f1fca

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

contributor_docs/public_api.md

+12-11
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@ You must provide the version number when accessing the API.
2929

3030
The API accepts and returns the following model objects, as JSON.
3131

32+
## Enabling Access Token UI in Settings Page
33+
34+
To enable the Access Token UI in the Settings page, follow these steps:
35+
36+
1. Navigate to the `.env` file in your project.
37+
2. Locate the line specifying UI_ACCESS_TOKEN_ENABLED.
38+
3. Set the value to `true`, as shown below:
39+
40+
```bash
41+
UI_ACCESS_TOKEN_ENABLED=true
42+
```
43+
3244
## Sketch
3345

3446
| Name | Type | Description |
@@ -219,14 +231,3 @@ No body
219231
| 404 Not Found | Sketch does not exist |
220232

221233

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)