Skip to main content
POST
/
api
/
bridge
/
v1
/
provider
/
{provider_instance_id}
/
function
/
{function_controller_type_id}
/
enable
Enable function
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"
}

Path Parameters

provider_instance_id
string
required

Provider instance ID

function_controller_type_id
string
required

Function controller type ID

Body

application/json

The body is of type object.

Response

Enable function

created_at
string<date-time>
required
function_controller_type_id
string
required
provider_controller_type_id
string
required
provider_instance_id
string
required
updated_at
string<date-time>
required