Requests_Session::patch( $url,  $headers,  $data = array(),  $options = array() )

In this article

Send a PATCH request

Description

Note: Unlike post and put, $headers is required, as the specification recommends that should send an ETag

Source

User Contributed Notes

You must log in before being able to contribute a note or feedback.