Skip to content
Snippets Groups Projects
Commit 9c0634eb authored by Erik Reid's avatar Erik Reid
Browse files

docstring formatting

parent 1f0dd444
Branches
Tags
No related merge requests found
...@@ -1314,10 +1314,10 @@ def asn_peers(asn): ...@@ -1314,10 +1314,10 @@ def asn_peers(asn):
This method returns a list of all peers filtered by `group` and `instance`, 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 which can be passed either as URL query parameters or as entries in a
POST request with a JSON body that matches this schema: POST request with a JSON body that matches this schema:
`{ `{
"group": "group to filter by", "group": "group to filter by",
"instance": "instance to filter by" "instance": "instance to filter by"
}` }`
Results are returned where all filters given are true, and exact string Results are returned where all filters given are true, and exact string
matches. matches.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment