🚀 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}/enable \
--header 'Content-Type: application/json' \
--data '{}'{
"created_at": "2023-11-07T05:31:56Z",
"function_controller_type_id": "<string>",
"provider_controller_type_id": "<string>",
"provider_instance_id": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
}Enable a function for a provider instance
curl --request POST \
--url https://api.example.com/api/bridge/v1/provider/{provider_instance_id}/function/{function_controller_type_id}/enable \
--header 'Content-Type: application/json' \
--data '{}'{
"created_at": "2023-11-07T05:31:56Z",
"function_controller_type_id": "<string>",
"provider_controller_type_id": "<string>",
"provider_instance_id": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
}Provider instance ID
Function controller type ID
The body is of type object.