Skip to content

Commit a104521

Browse files
authored
Merge pull request #66 from netlify/unify_repo_path
Unify repository path accessors with RepoPath.
2 parents 1d2abfd + 714ce65 commit a104521

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

go/models/repo_info.go

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swagger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ definitions:
14221422
type: string
14231423
deploy_key_id:
14241424
type: string
1425-
repo:
1425+
repo_path:
14261426
type: string
14271427
repo_branch:
14281428
type: string

ui/swagger.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2788,10 +2788,10 @@
27882788
"public_repo": {
27892789
"type": "boolean"
27902790
},
2791-
"repo": {
2791+
"repo_branch": {
27922792
"type": "string"
27932793
},
2794-
"repo_branch": {
2794+
"repo_path": {
27952795
"type": "string"
27962796
},
27972797
"repo_url": {

0 commit comments

Comments
 (0)