Closed TapanBala closed 3 weeks ago
Oh nooo.. I must've pushed the v4.1
documentation to it...my bad
Also I couldn't find preshared_key_bulkAdd being used anywhere.
Yes and this is also only being used in the next release.
@donaldzou and @TapanBala , did you guys also notice, untitled files getting created ? when you try to generate files in large number.
i have noticed with 2000, but even have noticed with 50 numbers occasionally .
This is via web portal.
@donaldzou and @TapanBala , did you guys also notice, untitled files getting created ? when you try to generate files in large number.
i have noticed with 2000, but even have noticed with 50 numbers occasionally .
This is via web portal.
Hi @vinaynarasimhan , did you choose to use Pre-Shared Key?
Oh nooo.. I must've pushed the
v4.1
documentation to it...my bad
Ahh no worries. Thanks.
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.