Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Article property on IndividualArticleResponse is misspelled #240

Closed
dangle1 opened this issue Sep 20, 2016 · 0 comments
Closed

Article property on IndividualArticleResponse is misspelled #240

dangle1 opened this issue Sep 20, 2016 · 0 comments

Comments

@dangle1
Copy link

dangle1 commented Sep 20, 2016

namespace ZendeskApi_v2.Models.Articles
{
    public class IndividualArticleResponse
    {

        [JsonProperty("article")]
        public Article Arcticle { get; set; }
    }
}

Arcticle should be Article

mozts2005 added a commit that referenced this issue Sep 20, 2016
Cleaned up release note tools
Created powershell script to build release notes
mozts2005 added a commit that referenced this issue Sep 20, 2016
* Fixes #240
Cleaned up release note tools
Created powershell script to build release notes

* Fixed Test Cases for Rename Article

* ReleaseNotes for v3.5.1

* added test Cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant