Skip to content

Commit

Permalink
[docs] Added organization_slug to the api available filters
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryamanz29 committed Apr 21, 2023
1 parent 28d67a6 commit 74c400a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,8 @@ Available filters:
E.g. ``?parser=<topology_parsers>``.
- ``organization``: Filter topologies based on their organization.
E.g. ``?organization=<topology_organization_id>``.
- ``organization_slug``: Filter topologies based on their organization slug.
E.g. ``?organization_slug=<topology_organization_slug>``.

You can use multiple filters in one request, e.g.:

Expand Down Expand Up @@ -721,6 +723,8 @@ Available filters:
E.g. ``?topology=<topology_id>``.
- ``organization``: Filter links belonging to an organization.
E.g. ``?organization=<organization_id>``.
- ``organization_slug``: Filter links based on their organization slug.
E.g. ``?organization_slug=<organization_slug>``.
- ``status``: Filter links based on their status (``up`` or ``down``).
E.g. ``?status=<link_status>``.

Expand Down Expand Up @@ -778,6 +782,8 @@ Available filters:
E.g. ``?topology=<topology_id>``.
- ``organization``: Filter nodes belonging to an organization.
E.g. ``?organization=<organization_id>``.
- ``organization_slug``: Filter nodes based on their organization slug.
E.g. ``?organization_slug=<organization_slug>``.

You can use multiple filters in one request, e.g.:

Expand Down

0 comments on commit 74c400a

Please sign in to comment.