@@ -1765,7 +1765,7 @@ myWebhook:
1765
1765
schema:
1766
1766
$ref: '#/components/schemas/SomePayload'
1767
1767
responses:
1768
- 200:
1768
+ ' 200' :
1769
1769
description: webhook successfully processed an no retries will be performed
1770
1770
` ` `
1771
1771
@@ -1974,7 +1974,7 @@ paths:
1974
1974
schema:
1975
1975
type: string
1976
1976
responses:
1977
- 200:
1977
+ ' 200' :
1978
1978
description: the user being returned
1979
1979
content:
1980
1980
application/json:
@@ -2048,7 +2048,7 @@ paths:
2048
2048
schema:
2049
2049
type: string
2050
2050
responses:
2051
- 200:
2051
+ ' 200':
2052
2052
description: The User
2053
2053
content:
2054
2054
application/json:
@@ -2067,7 +2067,7 @@ paths:
2067
2067
schema:
2068
2068
type: string
2069
2069
responses:
2070
- 200:
2070
+ ' 200' :
2071
2071
description: repositories owned by the supplied user
2072
2072
content:
2073
2073
application/json:
@@ -2094,7 +2094,7 @@ paths:
2094
2094
schema:
2095
2095
type: string
2096
2096
responses:
2097
- 200:
2097
+ ' 200' :
2098
2098
description: The repository
2099
2099
content:
2100
2100
application/json:
@@ -2126,7 +2126,7 @@ paths:
2126
2126
- merged
2127
2127
- declined
2128
2128
responses:
2129
- 200:
2129
+ ' 200':
2130
2130
description: an array of pull request objects
2131
2131
content:
2132
2132
application/json:
@@ -2154,7 +2154,7 @@ paths:
2154
2154
schema:
2155
2155
type: string
2156
2156
responses:
2157
- 200:
2157
+ ' 200':
2158
2158
description: a pull request object
2159
2159
content:
2160
2160
application/json:
@@ -2182,7 +2182,7 @@ paths:
2182
2182
schema:
2183
2183
type: string
2184
2184
responses:
2185
- 204:
2185
+ ' 204' :
2186
2186
description: the PR was successfully merged
2187
2187
components:
2188
2188
links:
@@ -2402,7 +2402,7 @@ schemas:
2402
2402
$ref : ' http://foo.bar#/examples/zip-example'
2403
2403
# in a response, note the plural `examples`:
2404
2404
responses :
2405
- 200 :
2405
+ ' 200 ' :
2406
2406
description : your car appointment has been booked
2407
2407
content :
2408
2408
application/json :
0 commit comments