Preparing search index...
The search index is not available
PCD SDK
PCD SDK
@pcd/passport-interface
httpPutSimple
Function httpPutSimple
http
Put
Simple
<
TResult
>
(
url
,
onValue
,
putBody
?
,
includeCredentials
?
)
:
Promise
<
APIResult
<
TResult
,
string
>
>
Shorthand for a
httpPut
whose error type is a string.
Type Parameters
TResult
Parameters
url
:
string
onValue
:
GetResultValue
<
APIResult
<
TResult
,
string
>
>
Optional
putBody
:
object
includeCredentials
:
boolean
= false
Returns
Promise
<
APIResult
<
TResult
,
string
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
PCD SDK
Loading...
Generated using
TypeDoc
Shorthand for a httpPut whose error type is a string.