Removed auth from provisioner curls
This commit is contained in:
@@ -21,7 +21,6 @@ Glue records for the new domain must be configured correctly before running this
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -k -X POST https://178.156.242.210:4445/core-changedomain \
|
curl -k -X POST https://178.156.242.210:4445/core-changedomain \
|
||||||
-u "username:password" \
|
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-d '{
|
-d '{
|
||||||
"account_id": "your-account-id",
|
"account_id": "your-account-id",
|
||||||
|
|||||||
@@ -28,7 +28,6 @@ You can also delete a Core programmatically using the Provisioner API.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -k -X POST https://178.156.242.210:4445/core-delete \
|
curl -k -X POST https://178.156.242.210:4445/core-delete \
|
||||||
-u "username:password" \
|
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-d '{
|
-d '{
|
||||||
"account_id": "your-account-id",
|
"account_id": "your-account-id",
|
||||||
|
|||||||
Reference in New Issue
Block a user