Set key to mgmt for updateSettingMgmt api
This commit is contained in:
@@ -9,5 +9,6 @@ func (c *Client) GetSettingMgmt(ctx context.Context, site string) (*SettingMgmt,
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (c *Client) UpdateSettingMgmt(ctx context.Context, site string, d *SettingMgmt) (*SettingMgmt, error) {
|
func (c *Client) UpdateSettingMgmt(ctx context.Context, site string, d *SettingMgmt) (*SettingMgmt, error) {
|
||||||
|
d.Key = "mgmt"
|
||||||
return c.updateSettingMgmt(ctx, site, d)
|
return c.updateSettingMgmt(ctx, site, d)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user