accept empty SSIDs
This commit is contained in:
parent
3526658099
commit
3be707f52b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class LocateRequestWifiPeerSchema(BaseSchema):
|
|||
description="BSSID of the peer",
|
||||
example="c3:42:13:37:ac:ab",
|
||||
)
|
||||
ssid: NonEmptyStr = APIField(
|
||||
ssid: str = APIField(
|
||||
title="SSID",
|
||||
description="(E)SSID of the peer",
|
||||
example="c3nav-locate",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue