We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a32211 commit f638e77Copy full SHA for f638e77
examples/ips/README.md
@@ -14,5 +14,5 @@ This folder contains various examples on using the IPs endpoint of SendGrid with
14
* [Add an IP to warmup (POST /ips/warmup)](AddToWarmup.java)
15
* [Retrieve all IPs currently in warmup (GET /ips/warmup)](RetrieveIPsInWarmup.java)
16
* [Retrieve warmup status for a specific IP address (GET /ips/warmup/{ip_address})](RetrieveWarmupStatus.java)
17
-* [Remove an IP from warmup (DELETE /ips/warmup/{ip_address})](RemoveFromwarmup.java)
+* [Remove an IP from warmup (DELETE /ips/warmup/{ip_address})](RemoveFromWarmup.java)
18
* [Retrieve all IP pools an IP address belongs to (GET /ips/{ip_address})](RetrievePoolsForIP.java)
0 commit comments