Correct error on unbound ports GET request

Signed-off-by: Sharon Koech <skoech@protonmail.ch>
Change-Id: I36951d319ec1f3c4227328f1a7315958520eb43d
This commit is contained in:
Sharon Koech 2022-05-17 10:12:57 +00:00
parent 15f1a04698
commit cd7b5e4a3f
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ that have ``device_id`` attribute with empty value (which are unbound ports).
.. code::
GET /v2.0/networks?device_id=
GET /v2.0/ports?device_id=
To determine if this feature is supported, a user can check whether the
``empty-string-filtering`` extension API is available.