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