• Updates an item.

    Parameters

    • itemInfo: IItemUpdate

      The base info of an item; note that this content will be serialized, which doesn't work for binary content

    • authentication: UserSession

      Credentials for request

    • Optional folderId: string

      Item's folder

    • Optional additionalParams: any

      Updates that are put under the params property, which is not serialized

    Returns Promise<IUpdateItemResponse>