updated apis

This commit is contained in:
Radu Ioan Fericean
2015-12-18 10:26:41 +02:00
parent 65516e201e
commit a250fc668f
10 changed files with 265 additions and 300 deletions

View File

@@ -1099,11 +1099,13 @@ type AttrSetAccount struct {
ActionTriggersId string
AllowNegative *bool
Disabled *bool
ReloadScheduler bool
}
type AttrRemoveAccount struct {
Tenant string
Account string
Tenant string
Account string
ReloadScheduler bool
}
type AttrGetSMASessions struct {