* Added toggleDevelopmentMode to Zones * Improved success checking Added PHPUnit test (I think?) * Fixed success checking * Fixed test * Ran PHP CS Fixer * Added getAnalyticsDashboard to Zones Renamed toggleDevelopmentMode to changeDevelopmentMode to be uniform * Fixed test (hopefully) * Trying it a different way * Another attempt * Lol I guess we are just supressing errors for this one?
12 lines
253 B
JSON
12 lines
253 B
JSON
{
|
|
"result": {
|
|
"id": "development_mode",
|
|
"value": "on",
|
|
"modified_on": "2017-11-06T05:16:42.864300Z",
|
|
"time_remaining": 10800,
|
|
"editable": true
|
|
},
|
|
"success": true,
|
|
"errors": [],
|
|
"messages": []
|
|
} |