Skip to content

Commit

Permalink
Merge pull request #2986 from github/openapi-update-5ef3af18264717749…
Browse files Browse the repository at this point in the history
…76f27239df61d6478297b8a35d02f4a24305a7e8c68bd8b

Update OpenAPI 3.1 Descriptions
  • Loading branch information
becco authored Sep 13, 2023
2 parents 17ce2cc + 325e9ef commit 905287f
Show file tree
Hide file tree
Showing 44 changed files with 116 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9138,6 +9138,11 @@
}
}
}
},
"headers": {
"Link": {
"$ref": "#/components/headers/link"
}
}
},
"500": {
Expand Down Expand Up @@ -77987,7 +77992,7 @@
},
"push": {
"post": {
"summary": "This event occurs when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed,\nwhen a branch is deleted, when a tag is deleted, or when a repository is cloned. To subscribe to only branch\nand tag deletions, use the [`delete`](#delete) webhook event.\n\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.\n\n**Note**: An event will not be created when more than three tags are pushed at once.",
"summary": "This event occurs when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed,\nwhen a branch is deleted, when a tag is deleted, or when a repository is created from a template. To subscribe to only branch\nand tag deletions, use the [`delete`](#delete) webhook event.\n\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.\n\n**Note**: An event will not be created when more than three tags are pushed at once.",
"operationId": "push",
"externalDocs": {
"url": "https://docs.github.com/webhooks/webhook-events-and-payloads#push"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6537,6 +6537,9 @@ paths:
examples:
default:
"$ref": "#/components/examples/copilot-seats-list"
headers:
Link:
"$ref": "#/components/headers/link"
'500':
"$ref": "#/components/responses/internal_error"
'401':
Expand Down Expand Up @@ -55576,7 +55579,7 @@ webhooks:
post:
summary: |-
This event occurs when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed,
when a branch is deleted, when a tag is deleted, or when a repository is cloned. To subscribe to only branch
when a branch is deleted, when a tag is deleted, or when a repository is created from a template. To subscribe to only branch
and tag deletions, use the [`delete`](#delete) webhook event.

To subscribe to this event, a GitHub App must have at least read-level access for the "Contents" repository permission.
Expand Down
Loading

0 comments on commit 905287f

Please sign in to comment.