diff --git a/docs/API.md b/docs/API.md index dfdb752..29a53db 100644 --- a/docs/API.md +++ b/docs/API.md @@ -368,6 +368,16 @@ For TCP, the structure is as follows: } ``` +For Traceroute, the structure is as follows: + +``` +: { + "maxHops": , + "maxUnknownHops": , + "ptrLookup": boolean, +} +``` + For MultiHTTP, the structure is as follows: ```