Auth0\SDK\API\Management\ResourceServers::update PHP Method

update() public method

public update ( $id, $data )
    public function update($id, $data)
    {
        return $this->apiClient->patch()->addPath('resource-servers', $id)->withHeader(new ContentType('application/json'))->withBody(json_encode($data))->call();
    }