interface AddOptionServerRequest {
    expiresAt?: Date;
    optionId: string;
    serverId: string;
    zone?: Zone;
}

Properties

expiresAt?: Date

Auto expire the option after this date.

optionId: string

ID of the option to add.

serverId: string

ID of the server.

zone?: Zone

Zone to target. If none is passed will use default zone from the config.