Skip to content

Commit d52618e

Browse files
Update OpenAPI Descriptions (#22132)
1 parent 6818aa9 commit d52618e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

lib/rest/static/dereferenced/api.github.com.deref.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63099,13 +63099,21 @@
6309963099
"nullable": true,
6310063100
"example": "my token",
6310163101
"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."
6310263108
}
6310363109
},
6310463110
"required": [
6310563111
"login",
6310663112
"credential_id",
6310763113
"credential_type",
63108-
"credential_authorized_at"
63114+
"credential_authorized_at",
63115+
"credential_accessed_at",
63116+
"authorized_credential_id"
6310963117
]
6311063118
}
6311163119
},

0 commit comments

Comments
 (0)