ringcentral / RingCentral.Net

RingCentral SDK for .NET
MIT License
19 stars 26 forks source link

CallLogRecordLegInfo missing "reason" field #11

Closed dougkpowers closed 5 years ago

dougkpowers commented 5 years ago

The CallLogRecordLegInfo class should delcare a "reason" field per the Swagger doc:

https://netstorage.ringcentral.com/dpw/api-reference/specs/rc-platform.yml?v=2019032720190322-1152

tylerlong commented 5 years ago

Hi @dougkpowers from the link you posted, I see that CallLogRecordLegInfo class does NOT have a reason field. Could you please double check?

dougkpowers commented 5 years ago

you're right....but it's there in the payload that gets returned from the api call.

I wonder why it's in the payload but not documented in the swagger doc?

tylerlong commented 5 years ago

@dougkpowers Then it is a bug of our swagger spec. I will escalate this issue.

Once swagger spec fixed, I will release new version of the SDK.

tylerlong commented 5 years ago

Fixed