You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems the documentation for Bulk Add Peers has incorrect body parameters mentioned.
The described payload throws an exception since the addPeers route is still expecting public_key, allowed_ips and preshared_key in the payload and throws a KeyError exception.
As a temporary workaround passing empty values in the payload works:
Seems the documentation for Bulk Add Peers has incorrect body parameters mentioned.
The described payload throws an exception since the addPeers route is still expecting
public_key
,allowed_ips
andpreshared_key
in the payload and throws aKeyError
exception.As a temporary workaround passing empty values in the payload works:
Also I couldn't find
preshared_key_bulkAdd
being used anywhere.The text was updated successfully, but these errors were encountered: