Trifolium.Corrections.patch

You're seeing just the function patch, go back to Trifolium.Corrections module for more information.
Link to this function

patch(url, body, headers \\ [], options \\ [])

Specs

Issues a PATCH request to the given url.

Returns {:ok, response} if the request is successful, {:error, reason} otherwise.

See request/5 for more detailed information.