Preparing search index...
The search index is not available
PCD SDK
PCD SDK
@pcd/passport-interface
httpPut
Function httpPut
http
Put
<
T
>
(
url
,
opts
,
putBody
?
,
includeCredentials
?
)
:
Promise
<
T
>
Wrapper of httpRequest that sends a PUT request.
Type Parameters
T
extends
APIResult
<
unknown
,
unknown
>
Parameters
url
:
string
opts
:
ResultMapper
<
T
>
Optional
putBody
:
object
includeCredentials
:
boolean
= false
Returns
Promise
<
T
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
PCD SDK
Loading...
Generated using
TypeDoc
Wrapper of httpRequest that sends a PUT request.