Skip to content

Commit

Permalink
settle a patch collision
Browse files Browse the repository at this point in the history
  • Loading branch information
fprimex committed May 5, 2015
1 parent c9bed9a commit 555cf63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion api_gen/patch.hc_article_sort_order
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ diff -r -u developer.zendesk.com.cleaned/rest_api/docs/help_center/articles deve
query string parameters.
</p>
- <pre>GET /api/v2/help_center/en-us/articles.json?sort_by=updated_at&amp;sort;_order=asc
+ <pre>GET /api/v2/help_center/en-us/articles.json?sort_by=updated_at&amp;sort_order=asc
+ <pre>GET /api/v2/help_center/{locale}/articles.json?sort_by=updated_at&amp;sort_order=asc
</pre>
<p>
The
9 changes: 0 additions & 9 deletions api_gen/patch.hc_articles_locale
Original file line number Diff line number Diff line change
@@ -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 @@
</code>
query string parameters.
</p>
- <pre>GET /api/v2/help_center/en-us/articles.json?sort_by=updated_at&amp;sort;_order=asc
+ <pre>GET /api/v2/help_center/{locale}/articles.json?sort_by=updated_at&amp;sort;_order=asc
</pre>
<p>
The
@@ -879,7 +879,7 @@
</p>
<p>
Expand Down

0 comments on commit 555cf63

Please sign in to comment.