Automattic\Wistia\Client::put PHP Method

put() public method

Send a PUT request
public put ( $endpoint, $query = [] ) : string
return string
    public function put($endpoint, $query = [])
    {
        return $this->_make_request('PUT', $endpoint, $query);
    }