Replies: 2 comments 3 replies
-
Yes, the enum is used to limit the options to a fixed list the converter uses the names not the values. Do we need to add an option to the enum? |
Beta Was this translation helpful? Give feedback.
-
I'm not sure what's happening, but for some reason I wasn't able to make any PR. Attached you can see the screenshots where we use your zendesk client. From the first screenshot, UnitTest1, I've set the Type to 'task'. The second one, UnitTest2,shows the response received and the Type is defaulted to 'incident'. I think it probably should be an enum where we can at cast the enum with ToString() to get the string literal of the enum to set the desired type which the API is showing, see UnitTest 4. |
Beta Was this translation helpful? Give feedback.
-
In the API, type is set as an enumeration, but the Zendesk API has this property as a String field.
Beta Was this translation helpful? Give feedback.
All reactions