Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
docs-action committed Sep 24, 2024
1 parent dfb7e11 commit 0750121
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions assets/js/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1801,6 +1801,15 @@ components:
destination_branch:
type: string

PullRequestCreationResponse:
type: object
required:
- id
properties:
id:
type: string
description: ID of the pull request

paths:
/setup_comm_prefs:
post:
Expand Down Expand Up @@ -5708,11 +5717,11 @@ paths:
$ref: "#/components/schemas/PullRequestCreation"
responses:
201:
description: pull request id
description: pull request created
content:
text/html:
application/json:
schema:
type: string
$ref: "#/components/schemas/PullRequestCreationResponse"
400:
$ref: "#/components/responses/ValidationError"
401:
Expand Down

0 comments on commit 0750121

Please sign in to comment.