diff --git a/api_gen/patch.hc_article_sort_order b/api_gen/patch.hc_article_sort_order index da21467..b924307 100644 --- a/api_gen/patch.hc_article_sort_order +++ b/api_gen/patch.hc_article_sort_order @@ -6,7 +6,7 @@ diff -r -u developer.zendesk.com.cleaned/rest_api/docs/help_center/articles deve query string parameters.

-
GET /api/v2/help_center/en-us/articles.json?sort_by=updated_at&sort;_order=asc
-+      
GET /api/v2/help_center/en-us/articles.json?sort_by=updated_at&sort_order=asc
++      
GET /api/v2/help_center/{locale}/articles.json?sort_by=updated_at&sort_order=asc
  

The diff --git a/api_gen/patch.hc_articles_locale b/api_gen/patch.hc_articles_locale index 9c34539..5c357f7 100644 --- a/api_gen/patch.hc_articles_locale +++ b/api_gen/patch.hc_articles_locale @@ -1,15 +1,6 @@ diff -r -u developer.zendesk.com.cleaned/rest_api/docs/help_center/articles developer.zendesk.com.hc_articles_en-us/rest_api/docs/help_center/articles --- developer.zendesk.com.cleaned/rest_api/docs/help_center/articles 2015-05-04 16:28:55.000000000 -0400 +++ developer.zendesk.com.hc_articles_en-us/rest_api/docs/help_center/articles 2015-05-04 22:36:06.000000000 -0400 -@@ -807,7 +807,7 @@ - - query string parameters. -

--
GET /api/v2/help_center/en-us/articles.json?sort_by=updated_at&sort;_order=asc
-+      
GET /api/v2/help_center/{locale}/articles.json?sort_by=updated_at&sort;_order=asc
- 
-

- The @@ -879,7 +879,7 @@