File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2243,7 +2243,6 @@ paths:
2243
2243
operationId: getRepository
2244
2244
parameters:
2245
2245
- name: username
2246
- type: string
2247
2246
in: path
2248
2247
required: true
2249
2248
schema:
@@ -2256,7 +2255,7 @@ paths:
2256
2255
responses:
2257
2256
'200':
2258
2257
description: The repository
2259
- content:
2258
+ content:
2260
2259
application/json:
2261
2260
schema:
2262
2261
$ref: '#/components/schemas/repository'
@@ -2321,7 +2320,8 @@ paths:
2321
2320
schema:
2322
2321
$ref: '#/components/schemas/pullrequest'
2323
2322
links:
2324
- $ref: '#/components/links/PullRequestMerge'
2323
+ pullRequestMerge:
2324
+ $ref: '#/components/links/PullRequestMerge'
2325
2325
/2.0/repositories/{username}/{slug}/pullrequests/{pid}/merge:
2326
2326
post:
2327
2327
operationId: mergePullRequest
@@ -2360,7 +2360,7 @@ components:
2360
2360
RepositoryPullRequests:
2361
2361
# returns '#/components/schemas/pullrequest'
2362
2362
operationId: getPullRequestsByRepository
2363
- parameters:
2363
+ parameters:
2364
2364
username: $response.body#/owner/username
2365
2365
slug: $response.body#/slug
2366
2366
PullRequestMerge:
You can’t perform that action at this time.
0 commit comments