lanej / zendesk2

Zendesk API V2 client using Cistern
http://lanej.io/zendesk2/
MIT License
25 stars 28 forks source link

change fields to custom_fields #10

Closed shaiguitar closed 11 years ago

shaiguitar commented 11 years ago

http://developer.zendesk.com/documentation/rest_api/changes_roadmap.html

February 7, 2013

The following changes will go into effect on February 7, 2013:

Removal of fields key in favor of custom_fields for Tickets, Requests and Macros

Affected endpoints

GET /api/v2/tickets/{id}.json GET /api/v2/requests/{id}.json GET /api/v2/macros/{id}/apply.json Deprecation

On November 8, 2012, in the above endpoints, custom_fields were added and fields were deprecated.

What's changing

To improve naming consistencies in our API, we are renaming fields to custom_fields in the above endpoints.

lanej commented 11 years ago

this was done a while ago