Skip to content

Commit

Permalink
Merge branch 'develop' into Add_to_collection
Browse files Browse the repository at this point in the history
  • Loading branch information
lindapaiste authored Dec 28, 2023
2 parents b514c53 + 41529a3 commit bec257c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions contributor_docs/public_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@ You must provide the version number when accessing the API.

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

## Enabling Access Token UI in Settings Page

To enable the Access Token UI in the Settings page, follow these steps:

1. Navigate to the `.env` file in your project.
2. Locate the line specifying UI_ACCESS_TOKEN_ENABLED.
3. Set the value to `true`, as shown below:

```bash
UI_ACCESS_TOKEN_ENABLED=true
```

## Sketch

| Name | Type | Description |
Expand Down Expand Up @@ -217,3 +229,5 @@ No body
|---------------|-------------------------|
| 200 OK | Sketch has been deleted |
| 404 Not Found | Sketch does not exist |


0 comments on commit bec257c

Please sign in to comment.