diff --git a/versions/3.0.md b/versions/3.0.md index 66610d5c4f..24cc06ac6f 100644 --- a/versions/3.0.md +++ b/versions/3.0.md @@ -1853,7 +1853,7 @@ Field Pattern | Type | Description {name} | [Link Object](#linkObject) | [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. -#### Link Object +#### Link Object The `Link Object` is responsible for defining a possible operation based on a single response. Field Name | Type | Description @@ -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: @@ -2191,7 +2191,7 @@ components: RepositoryPullRequests: # returns '#/components/schemas/pullrequest' operationId: getPullRequestsByRepository - params: + parameters: username: $response.body#/owner/username slug: $response.body#/slug PullRequestMerge: