videosphere
    Preparing search index...
    • Update user_profiles fields. Only provided fields are updated.

      Parameters

      • userId: string

        Auth user id to update.

      • data: UpdateUserData

        Partial profile fields to apply.

      Returns Promise<User>

      The updated user profile.

      Error with code 404 when no matching profile exists.