# async PATCH

You can use same syntax as in [POST](https://kohttp.gitbook.io/docs/core/synchronous-calls/patch)

```kotlin
val response: Deferred<Response> = httpPatchAsync { }
```
