diff --git a/inventory_provider/routes/msr.py b/inventory_provider/routes/msr.py index c42944535dd02552337940efd8e98f878df634c1..2c5d819fec6365ef09a8b602f70caae6cf174e51 100644 --- a/inventory_provider/routes/msr.py +++ b/inventory_provider/routes/msr.py @@ -1314,10 +1314,10 @@ def asn_peers(asn): This method returns a list of all peers filtered by `group` and `instance`, which can be passed either as URL query parameters or as entries in a POST request with a JSON body that matches this schema: - `{ - "group": "group to filter by", - "instance": "instance to filter by" - }` + `{ + "group": "group to filter by", + "instance": "instance to filter by" + }` Results are returned where all filters given are true, and exact string matches.