File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Issues and Pull Requests categorized under the PATCH or MINOR Release Milestones
3838
3939We will aim to deploy on a 1-2 month basis. Here are some dates we’re working towards:
4040
41- 2.11.0 MINOR Release: By December 22 , 2023
41+ 2.11.0 MINOR Release: By January 10 , 2023
4242
4343[ You can read more about Semantic Versioning and the differences between a MINOR and PATCH release] ( https://semver.org/ ) .
4444
Original file line number Diff line number Diff line change @@ -29,6 +29,18 @@ You must provide the version number when accessing the API.
2929
3030The 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 |
@@ -217,3 +229,5 @@ No body
217229| ---------------| -------------------------|
218230| 200 OK | Sketch has been deleted |
219231| 404 Not Found | Sketch does not exist |
232+
233+
You can’t perform that action at this time.
0 commit comments