You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/cloud-docs/api-docs/team-tokens.mdx
+3-3
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ description: >-
38
38
39
39
# Team tokens API reference
40
40
41
-
Team API tokens grant access to a team's workspaces. Teams are not limited to a single token, and can have multiple tokens at a time. Team tokens are not are not associated with a specific user.
41
+
Team API tokens grant access to a team's workspaces. Teams are not limited to a single token, and can have multiple tokens at a time. Team tokens are not associated with a specific user.
42
42
43
43
Teams relying on the [**legacy**](/terraform/cloud-docs/api-docs/team-tokens#legacy-team-tokens-api-reference) team token API (`/teams/authentication-token`), can only create a **single**, valid token at a time. Generating a new legacy token when one already exists for the team revokes the existing legacy token, replacing it with a new team token.
44
44
@@ -65,7 +65,7 @@ This POST endpoint requires a JSON object with the following properties as a req
|`data.type`| string || Must be `"authentication-token"`. |
68
+
|`data.type`| string || Must be `"authentication-tokens"`. |
69
69
|`data.attributes.description`| string || The description of the team token. Each description **must** be unique within the context of the team. |
70
70
|`data.attributes.expired-at`| string |`null`| The UTC date and time that the Team Token will expire, in ISO 8601 format. If omitted or set to `null` the token will never expire. |
71
71
@@ -74,7 +74,7 @@ This POST endpoint requires a JSON object with the following properties as a req
0 commit comments