Re-provision all phones.
OK
Re-provision a phone by it's MAC address.
MAC address.
const response = await fetch('http://127.0.0.1:8888/api/phones/reprovision', { method: 'POST', headers: {}, }); const data = await response.json();
const response = await fetch('http://127.0.0.1:8888/api/phones/{mac}/reprovision', { method: 'POST', headers: {}, }); const data = await response.json();