Skip to main content
Answer

Upgrading NuGet from 5.18 to 6.3 AccountCallLogSyncResponse

  • February 24, 2025
  • 1 reply
  • 76 views

We’ve been getting some errors reading call logs from the ring central API. One thing I wanted to try was updating to the most recent API. But when I upgrade the nuget package, I receive errors about AccountCallLogSyncResponse missing. 

I searched through documentation for release notes, but couldn’t find anything. Is there a document that helps?

Best answer by Tyler850957020

I guess you are using some IDE, like Visual Studio or JetBrains Rider. Check the IDE to get the correct types. I mean if you are invoking a function, the IDE should tell you what is the expected response type of the function.

 

The class may have been renamed. The SDK is generated based on openAPI specs, if they renamed something in the spec, the SDK also renames it.

1 reply

  • Employee
  • Answer
  • February 24, 2025

I guess you are using some IDE, like Visual Studio or JetBrains Rider. Check the IDE to get the correct types. I mean if you are invoking a function, the IDE should tell you what is the expected response type of the function.

 

The class may have been renamed. The SDK is generated based on openAPI specs, if they renamed something in the spec, the SDK also renames it.