diff --git a/inventory_provider/routes/msr.py b/inventory_provider/routes/msr.py
index c339610f95de38d5298a3d22e6cb1fdc53f8c30c..1ae5c5d8b4dffd6e3df5ac47588302480631d304 100644
--- a/inventory_provider/routes/msr.py
+++ b/inventory_provider/routes/msr.py
@@ -1361,10 +1361,11 @@ 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.