Closed nogates closed 4 years ago
The CreateOrUpdate is not working properly since it's using the plural name of the resource for the root key, and it should be using the singular name since we are updating an individual resource
CreateOrUpdate
Fixes https://github.com/zendesk/zendesk_api_client_rb/issues/308
Description
The
CreateOrUpdate
is not working properly since it's using the plural name of the resource for the root key, and it should be using the singular name since we are updating an individual resourceFixes https://github.com/zendesk/zendesk_api_client_rb/issues/308