Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
docs-action committed Sep 22, 2024
1 parent ac852a5 commit d465c6c
Showing 1 changed file with 6 additions and 21 deletions.
27 changes: 6 additions & 21 deletions assets/js/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5754,6 +5754,8 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/PullRequest"
400:
$ref: "#/components/responses/ValidationError"
401:
$ref: "#/components/responses/Unauthorized"
404:
Expand All @@ -5762,25 +5764,6 @@ paths:
description: too many requests
default:
$ref: "#/components/responses/ServerError"
delete:
tags:
- pulls
- experimental
operationId: deletePullRequest
summary: delete pull request
responses:
204:
description: pull request deleted successfully
401:
$ref: "#/components/responses/Unauthorized"
403:
$ref: "#/components/responses/Forbidden"
404:
$ref: "#/components/responses/NotFound"
420:
description: too many requests
default:
$ref: "#/components/responses/ServerError"
patch:
tags:
- pulls
Expand All @@ -5794,8 +5777,10 @@ paths:
schema:
$ref: "#/components/schemas/PullRequestBasic"
responses:
204:
description: pull request deleted successfully
200:
description: pull request updated successfully
400:
$ref: "#/components/responses/ValidationError"
401:
$ref: "#/components/responses/Unauthorized"
403:
Expand Down

0 comments on commit d465c6c

Please sign in to comment.