Skip to content

Commit

Permalink
Merge of #5538
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Nov 14, 2024
2 parents cb946bc + 8aa748c commit 8c9f315
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions public/api-schemas.json
Original file line number Diff line number Diff line change
Expand Up @@ -1163,17 +1163,6 @@
}
],
"parameters": [
{
"name": "number",
"in": "path",
"required": true,
"schema": {
"type": "integer",
"description": "The pull request number",
"title": "Number"
},
"description": "The pull request number"
},
{
"name": "owner",
"in": "path",
Expand All @@ -1200,6 +1189,18 @@
"title": "Repository"
},
"description": "The name of the repository"
},
{
"name": "number",
"in": "path",
"required": true,
"schema": {
"type": "integer",
"minimum": 0,
"description": "The pull request number",
"title": "Number"
},
"description": "The pull request number"
}
],
"requestBody": {
Expand Down

0 comments on commit 8c9f315

Please sign in to comment.