Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions versions/3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -1853,7 +1853,7 @@ Field Pattern | Type | Description
<a name="linkName"></a> {name} | [Link Object](#linkObject) <span>&#124;</span> [Reference Object](#referenceObject) | A short name for the link, following the naming constraints of the names for [Component Objects](#componentsObject).
The link SHALL reference a single Link Object, or a JSON Reference to a single link object.

#### <a name="#linkObject"></a>Link Object
#### <a name="linkObject"></a>Link Object
The `Link Object` is responsible for defining a possible operation based on a single response.

Field Name | Type | Description
Expand Down Expand Up @@ -2149,8 +2149,8 @@ paths:
description: a pull request object
content:
application/json:
schema:
$ref: '#/components/schemas/pullrequest'
schema:
$ref: '#/components/schemas/pullrequest'
links:
$ref: '#/components/links/PullRequestMerge'
/2.0/repositories/{username}/{slug}/pullrequests/{pid}/merge:
Expand Down Expand Up @@ -2191,7 +2191,7 @@ components:
RepositoryPullRequests:
# returns '#/components/schemas/pullrequest'
operationId: getPullRequestsByRepository
params:
parameters:
username: $response.body#/owner/username
slug: $response.body#/slug
PullRequestMerge:
Expand Down