Skip to content

Commit ff3537e

Browse files
Update type to be plural (authentication-tokens rather than authentication-token)
1 parent 0aeb1c7 commit ff3537e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/cloud-docs/api-docs/team-tokens.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This POST endpoint requires a JSON object with the following properties as a req
6565

6666
| Key path | Type | Default | Description |
6767
| ----------------------------- | ------ | ------- | --------------------------------------------------------------------------------------------------------------- |
68-
| `data.type` | string | | Must be `"authentication-token"`. |
68+
| `data.type` | string | | Must be `"authentication-tokens"`. |
6969
| `data.attributes.description` | string | | The description of the team token. Each description **must** be unique within the context of the team. |
7070
| `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. |
7171

@@ -74,7 +74,7 @@ This POST endpoint requires a JSON object with the following properties as a req
7474
```json
7575
{
7676
"data": {
77-
"type": "authentication-token",
77+
"type": "authentication-tokens",
7878
"attributes": {
7979
"description": "Team API token for team ABC",
8080
"expired-at": "2023-04-06T12:00:00.000Z"

0 commit comments

Comments
 (0)