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

docstring formatting

parent 1f0dd444
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment