Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
site.update accepts domainAliases attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentiado committed Oct 3, 2016
1 parent 1d70904 commit 70a98a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ var attributesForUpdate = function(attributes) {
notificationEmail: "notification_email",
password: "password",
github: "github",
repo: "repo"
repo: "repo",
domainAliases: "domain_aliases"
},
result = {};

Expand Down

0 comments on commit 70a98a9

Please sign in to comment.