diff --git a/README.rst b/README.rst index eccd99bd..6ae1c844 100644 --- a/README.rst +++ b/README.rst @@ -629,6 +629,8 @@ Available filters: E.g. ``?parser=``. - ``organization``: Filter topologies based on their organization. E.g. ``?organization=``. +- ``organization_slug``: Filter topologies based on their organization slug. + E.g. ``?organization_slug=``. You can use multiple filters in one request, e.g.: @@ -721,6 +723,8 @@ Available filters: E.g. ``?topology=``. - ``organization``: Filter links belonging to an organization. E.g. ``?organization=``. +- ``organization_slug``: Filter links based on their organization slug. + E.g. ``?organization_slug=``. - ``status``: Filter links based on their status (``up`` or ``down``). E.g. ``?status=``. @@ -778,6 +782,8 @@ Available filters: E.g. ``?topology=``. - ``organization``: Filter nodes belonging to an organization. E.g. ``?organization=``. +- ``organization_slug``: Filter nodes based on their organization slug. + E.g. ``?organization_slug=``. You can use multiple filters in one request, e.g.: