diff --git a/lib/rest/static/dereferenced/api.github.com.deref.json b/lib/rest/static/dereferenced/api.github.com.deref.json index be0d439d5a16..33e7fdcdc9a1 100644 --- a/lib/rest/static/dereferenced/api.github.com.deref.json +++ b/lib/rest/static/dereferenced/api.github.com.deref.json @@ -63099,13 +63099,21 @@ "nullable": true, "example": "my token", "description": "The note given to the token. This will only be present when the credential is a token." + }, + "authorized_credential_expires_at": { + "type": "string", + "format": "date-time", + "nullable": true, + "description": "The expiry for the token. This will only be present when the credential is a token." } }, "required": [ "login", "credential_id", "credential_type", - "credential_authorized_at" + "credential_authorized_at", + "credential_accessed_at", + "authorized_credential_id" ] } },