Skip to content

Commit f809df4

Browse files
committed
Tidy file
1 parent f6e2410 commit f809df4

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

content/minfraud/api-documentation/responses.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,7 @@ to handle any valid HTTP `4xx` or `5xx` status code.
161161
<td>403 Forbidden</td>
162162
<td>
163163
You do not have permission to use the service. Please
164-
<a href="https://support.maxmind.com"
165-
>contact our support team</a
166-
>
164+
<a href="https://support.maxmind.com">contact our support team</a>
167165
for more information.
168166
</td>
169167
</tr>
@@ -185,7 +183,7 @@ to handle any valid HTTP `4xx` or `5xx` status code.
185183
<code>POST</code> queries, this means the web service cannot parse a
186184
request body of that type.
187185
</td>
188-
</tr>
186+
</tr>
189187
<tr>
190188
<td>(none)</td>
191189
<td>429 Too Many Requests</td>
@@ -359,12 +357,13 @@ with four modifications:
359357
4. The `maxmind` object is not present. See below for descriptions.
360358

361359
minFraud Insights and Factors return the following anonymous IP outputs:
362-
- `is_anonymous`
363-
- `is_anonymous_vpn`
364-
- `is_hosting_provider`
365-
- `is_public_proxy`
366-
- `is_residential_proxy`
367-
- `is_tor_exit_node`
360+
361+
- `is_anonymous`
362+
- `is_anonymous_vpn`
363+
- `is_hosting_provider`
364+
- `is_public_proxy`
365+
- `is_residential_proxy`
366+
- `is_tor_exit_node`
368367

369368
See the
370369
[GeoIP Insights response body](/geoip/docs/web-services/responses/#geoip2-insights-body-example)

0 commit comments

Comments
 (0)