Automattic\Wistia\Client::put PHP 메소드

put() 공개 메소드

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