Skip to content

Commit

Permalink
Merge pull request #1050 from maxmind/greg/ws-connection-type
Browse files Browse the repository at this point in the history
Add connection_type to web service docs
  • Loading branch information
faktas2 authored Oct 20, 2023
2 parents b00dc07 + f31bd4d commit 3033984
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/geoip/docs/web-services/_examples/geoip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export const city = {
...country.traits,
autonomous_system_number: 1239,
autonomous_system_organization: 'Linkem IR WiMax Network',
connection_type: "Cable/DSL",
domain: 'example.com',
isp: 'Linkem spa',
mobile_country_code: '310',
Expand Down
14 changes: 14 additions & 0 deletions content/geoip/docs/web-services/_schemas/ResponseTraits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@ import responseJson from '../_examples/geoip';

</Property>

<Property
name="connection_type"
services={[
'city',
'insights',
]}
>
One of the following values: `Cable/DSL`, `Cellular`, `Corporate`, or
`Satellite`. Additional values may be added in the future.

\* <a href="https://support.maxmind.com/hc/en-us/articles/4408200231067-IP-Network-Data#h_01FN988THBX8RVERNTZ12BY2EC" target="_blank" rel="nofollow noopener noreferrer">Learn more about connection type data on our Knowledge Base.</a>

</Property>

<Property
name="domain"
services={[
Expand Down
1 change: 1 addition & 0 deletions content/minfraud/api-documentation/_examples/response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ export const insights = {
traits: {
autonomous_system_number: 1239,
autonomous_system_organization: 'Linkem IR WiMax Network',
connection_type: 'Cable/DSL',
domain: 'example.com',
ip_address: '1.2.3.4',
is_anonymous: true,
Expand Down

0 comments on commit 3033984

Please sign in to comment.