Automated commit by github action: 4076058074

This commit is contained in:
GitHub Action Bot
2023-02-02 15:33:57 +00:00
parent e38ed5f151
commit e6f3d0b75b
2 changed files with 12 additions and 0 deletions

View File

@@ -24,6 +24,12 @@ properties:
format: 'date-time'
description: The date and time, down to the millisecond, when this personal access token was created.
example: '2017-07-11T18:45:37.098Z'
lastUsed:
type: string
nullable: true
format: 'date-time'
description: The date and time, down to the millisecond, when this personal access token was last used to generate an access token. This timestamp does not get updated on every PAT usage, but only once a day. This property can be useful for identifying which PATs are no longer actively used and can be removed.
example: '2017-07-11T18:45:37.098Z'
required:
- id
- name

View File

@@ -24,6 +24,12 @@ properties:
format: 'date-time'
description: The date and time, down to the millisecond, when this personal access token was created.
example: '2017-07-11T18:45:37.098Z'
lastUsed:
type: string
nullable: true
format: 'date-time'
description: The date and time, down to the millisecond, when this personal access token was last used to generate an access token. This timestamp does not get updated on every PAT usage, but only once a day. This property can be useful for identifying which PATs are no longer actively used and can be removed.
example: '2017-07-11T18:45:37.098Z'
required:
- id
- name