We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a155b7 + 531d07e commit fd970aaCopy full SHA for fd970aa
src/swagger/github.yaml
@@ -1,7 +1,7 @@
1
openapi: "3.0.0"
2
info:
3
title: github webhook receiver
4
- version: 0.2.0
+ version: 0.2.1
5
paths:
6
/pullrequest:
7
post:
@@ -185,12 +185,15 @@ components:
185
type: string
186
closed_at:
187
188
+ nullable: true
189
updated_at:
190
191
192
merged_at:
193
194
195
merged:
- type: bool
196
+ type: boolean
197
user:
198
type: object
199
required:
0 commit comments