Modify a VPC Private Endpoint
Update the configuration of a private endpoint.
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"
}Changes
Changed in 3 of the 50 revisions of this API.314
- ▲
added the new required request property
new-required-request-property
- ▲
the request property
became requiredrequest-property-became-required
- ▲
the request property
became requiredrequest-property-became-required
- ●
removed the request property
request-property-removed
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ▲
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○