From 3809f2696a044f1fd8998e0e9c01b8d439d4303d Mon Sep 17 00:00:00 2001 From: Nora Date: Thu, 11 Apr 2019 14:24:49 -0700 Subject: [PATCH 1/2] Ability to update a token's description (addresses #128) --- content/v2.0/users/tokens/update-tokens.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 content/v2.0/users/tokens/update-tokens.md diff --git a/content/v2.0/users/tokens/update-tokens.md b/content/v2.0/users/tokens/update-tokens.md new file mode 100644 index 000000000..761f04d70 --- /dev/null +++ b/content/v2.0/users/tokens/update-tokens.md @@ -0,0 +1,22 @@ +--- +title: Update tokens +seotitle: Update authentication tokens in InfluxDB +description: Update authentication tokens' descriptions in InfluxDB using the InfluxDB UI. +menu: + v2_0: + name: Update tokens + parent: Manage tokens +weight: 203 +--- + +Update an authentication token's description using the InfluxDB user interface (UI). + +## Update a token in the InfluxDB UI + +1. Click the **Settings** icon in the navigation bar. + + {{< nav-icon "settings" >}} + +2. Click **Tokens**. All of your account's tokens appear. +3. Click the pencil icon {{< icon "pencil" >}} next to the token's name in the **Description** column. +4. Update the token description, then click anywhere else to save. From 6449e616605b8fd517df0e423856dafe9beeee4a Mon Sep 17 00:00:00 2001 From: Nora Date: Thu, 11 Apr 2019 14:53:49 -0700 Subject: [PATCH 2/2] Address review --- content/v2.0/users/tokens/update-tokens.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/v2.0/users/tokens/update-tokens.md b/content/v2.0/users/tokens/update-tokens.md index 761f04d70..fe4339bfe 100644 --- a/content/v2.0/users/tokens/update-tokens.md +++ b/content/v2.0/users/tokens/update-tokens.md @@ -1,10 +1,10 @@ --- -title: Update tokens +title: Update a token seotitle: Update authentication tokens in InfluxDB description: Update authentication tokens' descriptions in InfluxDB using the InfluxDB UI. menu: v2_0: - name: Update tokens + name: Update a token parent: Manage tokens weight: 203 --- @@ -19,4 +19,4 @@ Update an authentication token's description using the InfluxDB user interface ( 2. Click **Tokens**. All of your account's tokens appear. 3. Click the pencil icon {{< icon "pencil" >}} next to the token's name in the **Description** column. -4. Update the token description, then click anywhere else to save. +4. Update the token description, then click anywhere else to save.