security
Modify a VPC Private Endpoint
Update the configuration of a private endpoint.
put/groups/{groupId}/apps/{appId}/security/private_endpoints/{privateEndpointId}
Request body
Example request
{
"cloud_provider_region": "aws-us-east-1",
"cloud_provider_endpoint_id": "vpce-12345678",
"endpoint_type": "sync"
}Response
Updated
Example response
{
"cloud_provider_region": "aws-us-east-1",
"cloud_provider_endpoint_id": "vpce-12345678",
"endpoint_type": "sync"
}