Console
React Lib
REST API
Preparing search index...
The search index is not available
Integration App SDK - v1.9.0
Integration App SDK
OpenapiMapping
Interface OpenapiMapping
Mapping of any input to a Open API API request.
interface
OpenapiMapping
{
path
:
string
;
method
:
string
;
requestMapping
:
{
pathParameters
?:
any
;
query
?:
any
;
data
?:
any
;
headers
?:
any
;
}
;
responseMapping
?:
any
;
}
Index
Properties
path
method
request
Mapping
response
Mapping?
Properties
path
path
:
string
method
method
:
string
request
Mapping
request
Mapping
:
{
pathParameters
?:
any
;
query
?:
any
;
data
?:
any
;
headers
?:
any
;
}
Optional
response
Mapping
response
Mapping
?:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
path
method
request
Mapping
response
Mapping
Console
React Lib
REST API
Integration App SDK - v1.9.0
Loading...
Mapping of any input to a Open API API request.