Skip to content

Commit a2354bf

Browse files
authored
fix(getSite): add account_id to the list of returned props (#548)
1 parent ac0fa55 commit a2354bf

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

go/models/site.go

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

swagger.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2857,6 +2857,8 @@ definitions:
28572857
type: string
28582858
published_deploy:
28592859
$ref: '#/definitions/deploy'
2860+
account_id:
2861+
type: string
28602862
account_name:
28612863
type: string
28622864
account_slug:

0 commit comments

Comments
 (0)