Skip to content

Commit

Permalink
Pull Requests: Add update / remove delete (#8207)
Browse files Browse the repository at this point in the history
* Pull Requests: Add update / remove delete

* CR Fixes

* Revert
  • Loading branch information
N-o-Z authored Sep 22, 2024
1 parent f6ae94f commit e419027
Show file tree
Hide file tree
Showing 45 changed files with 366 additions and 2,445 deletions.
27 changes: 6 additions & 21 deletions api/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
2 changes: 0 additions & 2 deletions clients/java-legacy/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

68 changes: 14 additions & 54 deletions clients/java-legacy/api/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

99 changes: 3 additions & 96 deletions clients/java-legacy/docs/ExperimentalApi.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e419027

Please sign in to comment.