Create Zone
This commit is contained in:
parent
54a1eb617e
commit
0aabec572b
@ -23,7 +23,7 @@ class PagesController extends Controller
|
|||||||
$zone_name = $createzone_req->zonename;
|
$zone_name = $createzone_req->zonename;
|
||||||
$zone_ttl = $createzone_req->zonettl;
|
$zone_ttl = $createzone_req->zonettl;
|
||||||
$zone_primary_ip = $createzone_req->primaryip;
|
$zone_primary_ip = $createzone_req->primaryip;
|
||||||
$headers => [
|
$headers = [
|
||||||
'Authorization' => 'X-API-Key: '. 'b$L0S3BHhOFp!VXDJ*PB*5M2DAh!mO5s'
|
'Authorization' => 'X-API-Key: '. 'b$L0S3BHhOFp!VXDJ*PB*5M2DAh!mO5s'
|
||||||
];
|
];
|
||||||
$client = new Client(); //GuzzleHttp\Client
|
$client = new Client(); //GuzzleHttp\Client
|
||||||
|
Loading…
Reference in New Issue
Block a user