Added static DNS record
This commit is contained in:
16
unifi/setting_super_identity.go
Normal file
16
unifi/setting_super_identity.go
Normal file
@@ -0,0 +1,16 @@
|
||||
// Code generated from ace.jar fields *.json files
|
||||
// DO NOT EDIT.
|
||||
|
||||
package unifi
|
||||
|
||||
import (
|
||||
"context"
|
||||
)
|
||||
|
||||
func (c *Client) GetSettingSuperIdentity(ctx context.Context, site string) (*SettingSuperIdentity, error) {
|
||||
return c.getSettingSuperIdentity(ctx, site)
|
||||
}
|
||||
|
||||
func (c *Client) UpdateSettingSuperIdentity(ctx context.Context, site string, d *SettingSuperIdentity) (*SettingSuperIdentity, error) {
|
||||
return c.updateSettingSuperIdentity(ctx, site, d)
|
||||
}
|
||||
Reference in New Issue
Block a user