zendesk / zendesk_api_client_php

Official Zendesk API v2 client library for PHP
336 stars 259 forks source link

added createOrUpdate method to Organizations resource #407

Closed roncodes closed 5 years ago

roncodes commented 5 years ago

Missing API from organization resource for createOrUpdate method: https://developer.zendesk.com/rest_api/docs/support/organizations#create-or-update-organization

Simply added the API for create_or_update to the Organizations resource.

Ref issue #370