SetServerUserDataRequest: {
    content: string;
    key: string;
    serverId: string;
    zone?: Zone;
}

Type declaration

  • content: string

    The data encoded in base64

  • key: string

    The user data key to set

  • serverId: string
  • Optionalzone?: Zone

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