From 2c520144a39cba5587be902ff02d5a6f250a0f4f Mon Sep 17 00:00:00 2001 From: github-openapi-bot <69533958+github-openapi-bot@users.noreply.github.com> Date: Thu, 17 Jun 2021 07:08:43 -0400 Subject: [PATCH] Update OpenAPI Descriptions (#19977) --- lib/rest/static/dereferenced/api.github.com.deref.json | 6 ++++++ lib/rest/static/dereferenced/github.ae.deref.json | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/lib/rest/static/dereferenced/api.github.com.deref.json b/lib/rest/static/dereferenced/api.github.com.deref.json index e174e07861..1dbb227218 100644 --- a/lib/rest/static/dereferenced/api.github.com.deref.json +++ b/lib/rest/static/dereferenced/api.github.com.deref.json @@ -208851,6 +208851,12 @@ } } }, + "/repos/{owner}/{repo}/hooks/{hook_id}/deliveries": { + }, + "/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}": { + }, + "/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts": { + }, "/repos/{owner}/{repo}/hooks/{hook_id}/pings": { "post": { "summary": "Ping a repository webhook", diff --git a/lib/rest/static/dereferenced/github.ae.deref.json b/lib/rest/static/dereferenced/github.ae.deref.json index b6d9fde6a6..48e3e28067 100644 --- a/lib/rest/static/dereferenced/github.ae.deref.json +++ b/lib/rest/static/dereferenced/github.ae.deref.json @@ -162990,6 +162990,12 @@ } } }, + "/repos/{owner}/{repo}/hooks/{hook_id}/deliveries": { + }, + "/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}": { + }, + "/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts": { + }, "/repos/{owner}/{repo}/hooks/{hook_id}/pings": { "post": { "summary": "Ping a repository webhook",