Automatic Voucher renewal #198
Unanswered
JoseLuisTeixeira
asked this question in
Q&A
Replies: 1 comment
-
AFAIK there is no method available through the UniFi Hotspot Manager to modify existing vouchers. If there is one, we can verify which API route(s) that uses and then add support to the API Client class. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our company, we are using Guest wifi to provide free wifi to all employees.
I found this code to create a voucher, which works well.
https://github.com/Art-of-WiFi/UniFi-API-client/blob/master/examples/create_voucher.php
I would like to understand how to use API to extend or renew the validity of a voucher / voucher list.
Can someone provide me some insight on how to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions