# async PATCH You can use same syntax as in [POST](../synchronous-calls/patch.md) ```kotlin val response: Deferred = httpPatchAsync { } ```