Console
React Lib
REST API
Preparing search index...
The search index is not available
Integration App SDK - v1.9.0
Integration App SDK
RestApiClientOverride
Interface RestApiClientOverride
interface
RestApiClientOverride
{
match
:
{
path
:
string
;
method
:
string
;
}
;
patch
?:
{
query
?:
Record
<
string
,
string
>
;
data
?:
any
;
headers
?:
Record
<
string
,
string
>
;
}
;
}
Index
Properties
match
patch?
Properties
match
match
:
{
path
:
string
;
method
:
string
;
}
Optional
patch
patch
?:
{
query
?:
Record
<
string
,
string
>
;
data
?:
any
;
headers
?:
Record
<
string
,
string
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
match
patch
Console
React Lib
REST API
Integration App SDK - v1.9.0
Loading...