Skip to content

Commit

Permalink
fix: add missing operationId change for `PATCH /repos/{owner}/{repo}/…
Browse files Browse the repository at this point in the history
…branches/{branch}/protection/required_status_checks`
  • Loading branch information
gr2m committed Dec 1, 2020
1 parent c4d70cf commit 1ccd565
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"route": "PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks",
"type": "OPERATION",
"date": "2020-11-10",
"before": {
"operationId": "repos/update-status-check-potection"
}
}

0 comments on commit 1ccd565

Please sign in to comment.