From 797918453b3a7c6726a082395f75450b9b3156b4 Mon Sep 17 00:00:00 2001 From: github-openapi-bot <69533958+github-openapi-bot@users.noreply.github.com> Date: Tue, 26 Jan 2021 06:27:32 -0500 Subject: [PATCH] Update OpenAPI Descriptions (#17476) --- lib/rest/static/dereferenced/api.github.com.deref.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/rest/static/dereferenced/api.github.com.deref.json b/lib/rest/static/dereferenced/api.github.com.deref.json index 01b805ae7f..042e4bfb06 100644 --- a/lib/rest/static/dereferenced/api.github.com.deref.json +++ b/lib/rest/static/dereferenced/api.github.com.deref.json @@ -55444,11 +55444,13 @@ }, "authorized_credential_title": { "type": "string", + "nullable": true, "example": "my ssh key", "description": "The title given to the ssh key. This will only be present when the credential is an ssh key." }, "authorized_credential_note": { "type": "string", + "nullable": true, "example": "my token", "description": "The note given to the token. This will only be present when the credential is a token." }