toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-actions-toolkit
/
actions.http.client
/
HttpClient
/
putJson
put
Json
fun
<
T
>
putJson
(
requestUrl
:
String
,
obj
:
Any
?
,
additionalHeaders
:
OutgoingHttpHeaders
=
definedExternally
)
:
Promise
<
TypedResponse
<
T
>
>
(
source
)