Payload
Examples
import { Payload } from "@intuned/sdk/runtime"
const payload: Payload = {
api: 'exampleApi',
parameters: {
key1: 'value1',
key2: 'value2'
}
};
Properties
api
The API path you want to extend.
parameters
A record of key-value pairs representing the parameters to be sent to the API