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
|`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