Update a specific load balancer
PUT/portal/api/v1/load_balancers/:load_balancer_id
Updates the rules of the load balancer identified by load_balancer_id
.
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 500
Load balancer updated successfully
Unauthorized
Not authorized to access the resource.
Resource not found.
Resource conflict.
Internal Server Error