From d52618e2dc672fe13dac29a97b121ae45c9ea00e Mon Sep 17 00:00:00 2001 From: github-openapi-bot <69533958+github-openapi-bot@users.noreply.github.com> Date: Tue, 12 Oct 2021 21:51:24 -0400 Subject: [PATCH] Update OpenAPI Descriptions (#22132) --- lib/rest/static/dereferenced/api.github.com.deref.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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" ] } },