SparkPost\ResourceBase::put PHP Method

put() public method

Sends put request to API at the set endpoint.
public put ( $uri = '', $payload = [], $headers = [] )
    public function put($uri = '', $payload = [], $headers = [])
    {
        return $this->request('PUT', $uri, $payload, $headers);
    }