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

docstring lint

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