This call allows you to manipulate the entire backend template in one request. Name and description are optional but if not provided will null their values. You must provide all backends you want.
PUT/vpcs/:vpcId/backend-templates/:backendTemplateId
This call allows you to manipulate the entire backend template in one request. Name and description are optional but if not provided will null their values. You must provide all backends you want.
Request
Responses
- 200
- 204
- 400
- 403
An OK response
When you do a PATCH request, this indicates no actual were applied because the values you requested would not change anything.
A response provided when the request is invalid.
A response provided when the request is not authenticated.