Skip to content

Commit a1cfb7d

Browse files
committed
Implement PR feedback for Team Tokens docs
1 parent 6682871 commit a1cfb7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/terraform-docs-common/docs/cloud-docs/api-docs/team-tokens.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ curl \
161161

162162
## List team tokens
163163

164-
Lists the team tokens for the organization.
164+
Lists the team tokens for the organization with the option to filter by team name.
165165

166166
`GET /organizations/:organization_name/team-tokens`
167167

@@ -257,7 +257,7 @@ Use this endpoint to display a particular [team token](/terraform/cloud-docs/use
257257
| ----------- | ------------------------- |
258258
| `:token_id` | The ID of the Team Token. |
259259

260-
The object returned by this endpoint only contains metadata, and does not include the secret text of the authentication token. A token's secret test is only shown upon creation, and cannot be recovered later.
260+
The object returned by this endpoint only contains metadata, and does not include the secret text of the authentication token. A token's secret text is only shown upon creation, and cannot be recovered later.
261261

262262
| Status | Response | Reason |
263263
| ------- | ------------------------------------------------------- | ------------------------------------------------------------ |

0 commit comments

Comments
 (0)