patch

abstract suspend fun patch(url: String, body: String, parameters: Map<String, String> = emptyMap()): HttpClientResponse(source)

Sends a PATCH request to the specified URL.