Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Update users.createToken endpoint docs #1414

Merged
merged 1 commit into from
Sep 24, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions developer-guides/rest-api/users/createtoken/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Create Token

**IMPORTANT**
<br>
To be able to use this endpoint you must set the ENV VAR (CREATE_TOKENS_FOR_USERS).

Create a user authentication token. Requires `user-generate-access-token` permission.

| URL | Requires Auth | HTTP Method |
Expand Down Expand Up @@ -60,4 +64,5 @@ curl -H "X-Auth-Token: 9HqLlyZOugoStsXCUfD_0YdwnNnunAJF8V47U3QHXSq" \

| Version | Description |
| :--- | :--- |
| 2.1.0 | Added ENV VAR to be able to use this endpoint (process.env.CREATE_TOKENS_FOR_USERS). |
| 0.56.0 | Added |