PHP Trait Zendesk\API\Traits\Resource\Update

Show file Open project: zendesk/zendesk_api_client_php

Public Methods

Method Description
update ( integer $id = null, array $updateResourceFields = [], string $routeKey = __FUNCTION__ ) : null | stdClass Update a resource

Method Details

update() public method

Update a resource
public update ( integer $id = null, array $updateResourceFields = [], string $routeKey = __FUNCTION__ ) : null | stdClass
$id integer
$updateResourceFields array
$routeKey string
return null | stdClass