🚀 We are preparing our documentation and source code for our first release. For any questions & to meet the founders, please fill in this form
curl --request POST \
--url https://api.example.com/api/bridge/v1/provider/{provider_instance_id}/function/{function_controller_type_id}/invoke \
--header 'Content-Type: application/json' \
--data '
{
"params": "<unknown>"
}
'{
"type": "success"
}Invoke a function on a provider instance
curl --request POST \
--url https://api.example.com/api/bridge/v1/provider/{provider_instance_id}/function/{function_controller_type_id}/invoke \
--header 'Content-Type: application/json' \
--data '
{
"params": "<unknown>"
}
'{
"type": "success"
}