File tree Expand file tree Collapse file tree 4 files changed +34
-2
lines changed
descriptions/api.github.com Expand file tree Collapse file tree 4 files changed +34
-2
lines changed Original file line number Diff line number Diff line change @@ -59245,13 +59245,21 @@
59245
59245
"nullable": true,
59246
59246
"example": "my token",
59247
59247
"description": "The note given to the token. This will only be present when the credential is a token."
59248
+ },
59249
+ "authorized_credential_expires_at": {
59250
+ "type": "string",
59251
+ "format": "date-time",
59252
+ "nullable": true,
59253
+ "description": "The expiry for the token. This will only be present when the credential is a token."
59248
59254
}
59249
59255
},
59250
59256
"required": [
59251
59257
"login",
59252
59258
"credential_id",
59253
59259
"credential_type",
59254
- "credential_authorized_at"
59260
+ "credential_authorized_at",
59261
+ "credential_accessed_at",
59262
+ "authorized_credential_id"
59255
59263
]
59256
59264
},
59257
59265
"organization-invitation": {
Original file line number Diff line number Diff line change @@ -42228,11 +42228,19 @@ components:
42228
42228
example: my token
42229
42229
description: The note given to the token. This will only be present when
42230
42230
the credential is a token.
42231
+ authorized_credential_expires_at:
42232
+ type: string
42233
+ format: date-time
42234
+ nullable: true
42235
+ description: The expiry for the token. This will only be present when the
42236
+ credential is a token.
42231
42237
required:
42232
42238
- login
42233
42239
- credential_id
42234
42240
- credential_type
42235
42241
- credential_authorized_at
42242
+ - credential_accessed_at
42243
+ - authorized_credential_id
42236
42244
organization-invitation:
42237
42245
title: Organization Invitation
42238
42246
description: Organization Invitation
Original file line number Diff line number Diff line change @@ -63099,13 +63099,21 @@
63099
63099
"nullable": true,
63100
63100
"example": "my token",
63101
63101
"description": "The note given to the token. This will only be present when the credential is a token."
63102
+ },
63103
+ "authorized_credential_expires_at": {
63104
+ "type": "string",
63105
+ "format": "date-time",
63106
+ "nullable": true,
63107
+ "description": "The expiry for the token. This will only be present when the credential is a token."
63102
63108
}
63103
63109
},
63104
63110
"required": [
63105
63111
"login",
63106
63112
"credential_id",
63107
63113
"credential_type",
63108
- "credential_authorized_at"
63114
+ "credential_authorized_at",
63115
+ "credential_accessed_at",
63116
+ "authorized_credential_id"
63109
63117
]
63110
63118
}
63111
63119
},
Original file line number Diff line number Diff line change @@ -15312,11 +15312,19 @@ paths:
15312
15312
example: my token
15313
15313
description: The note given to the token. This will only be
15314
15314
present when the credential is a token.
15315
+ authorized_credential_expires_at:
15316
+ type: string
15317
+ format: date-time
15318
+ nullable: true
15319
+ description: The expiry for the token. This will only be present
15320
+ when the credential is a token.
15315
15321
required:
15316
15322
- login
15317
15323
- credential_id
15318
15324
- credential_type
15319
15325
- credential_authorized_at
15326
+ - credential_accessed_at
15327
+ - authorized_credential_id
15320
15328
examples:
15321
15329
default:
15322
15330
value:
You can’t perform that action at this time.
0 commit comments