Skip to content

Commit 2a0b3ec

Browse files
Incorporate feedback changes
1 parent 6d93ae2 commit 2a0b3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/changelog/2019/04-29-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ version: 4.0.22
1515
- Deprecated data centers are no longer returned from the *regions* endpoint (GET /regions).
1616
- Deprecated data centers include Tokyo1 ("id": "ap-northeast-1a", "country": "jp").
1717
- Viewing (GET /account) and updating your account (PUT /account) now returns a consistent value for the *credit_card* object's *expiry* property.
18-
- More explicit error messages are returned when creating a NodeBalancer (PUT /nodebalancers) and an invalid node IP address is provided.
18+
- More explicit error messages are returned when creating a NodeBalancer (POST /nodebalancers), creating a NodeBalancer node (POST /nodebalancers/{nodeBalancerId}/configs/{configId}/nodes), updating a NodeBalancer node (PUT /nodebalancers/{nodeBalancerId}/configs/{configId}/nodes/{nodeId}) and an invalid node IP address is provided.
1919

0 commit comments

Comments
 (0)