Skip to content

Commit 22e7d90

Browse files
committed
updates
1 parent 88b9040 commit 22e7d90

188 files changed

Lines changed: 13704 additions & 193 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

data/functions.json

Lines changed: 12664 additions & 1 deletion
Large diffs are not rendered by default.

data/functions/api_add_dns_domain.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"name": "sid",
1212
"type": "string",
1313
"description": "the *Session ID* you get from the [login](#login) call",
14-
"example": "b279f6c6741163b9d7783f7aa6da4047"
14+
"example": "5732b90b93a187dde82527c07ffac6d7"
1515
},
1616
"domain": {
1717
"name": "domain",

data/functions/api_add_dns_record.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"name": "sid",
1212
"type": "string",
1313
"description": "the *Session ID* you get from the [login](#login) call",
14-
"example": "b279f6c6741163b9d7783f7aa6da4047"
14+
"example": "5732b90b93a187dde82527c07ffac6d7"
1515
},
1616
"domain_id": {
1717
"name": "domain_id",

data/functions/api_add_prepay.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"name": "sid",
1212
"type": "string",
1313
"description": "the *Session ID* you get from the [login](#login) call",
14-
"example": "b279f6c6741163b9d7783f7aa6da4047"
14+
"example": "5732b90b93a187dde82527c07ffac6d7"
1515
},
1616
"module": {
1717
"name": "module",
@@ -39,7 +39,7 @@
3939
"description": "the prepay id"
4040
}
4141
},
42-
"example": 66355
42+
"example": 66502
4343
},
4444
"input_comment": "* @param sid string the *Session ID* you get from the [login](#login) call\n* @param module string the module the prepay is for. use [get_modules](#get_modules) to get a list of modules\n* @param amount float the dollar amount of prepay total\n* @param automatic_use bool whether or not the prepay will get used automatically by billing system.\n",
4545
"output_comment": "",

data/functions/api_api_auto_cpanel_login.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"name": "sid",
1212
"type": "string",
1313
"description": "the *Session ID* you get from the [login](#login) call",
14-
"example": "b279f6c6741163b9d7783f7aa6da4047"
14+
"example": "5732b90b93a187dde82527c07ffac6d7"
1515
},
1616
"id": {
1717
"name": "id",

data/functions/api_api_auto_directadmin_login.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"name": "sid",
1212
"type": "string",
1313
"description": "the *Session ID* you get from the [login](#login) call",
14-
"example": "b279f6c6741163b9d7783f7aa6da4047"
14+
"example": "5732b90b93a187dde82527c07ffac6d7"
1515
},
1616
"id": {
1717
"name": "id",

data/functions/api_api_auto_directadmin_storage_login.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"name": "sid",
1212
"type": "string",
1313
"description": "the *Session ID* you get from the [login](#login) call",
14-
"example": "b279f6c6741163b9d7783f7aa6da4047"
14+
"example": "5732b90b93a187dde82527c07ffac6d7"
1515
},
1616
"id": {
1717
"name": "id",

data/functions/api_api_auto_zonemta_login.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"name": "sid",
1212
"type": "string",
1313
"description": "the *Session ID* you get from the [login](#login) call",
14-
"example": "b279f6c6741163b9d7783f7aa6da4047"
14+
"example": "5732b90b93a187dde82527c07ffac6d7"
1515
},
1616
"id": {
1717
"name": "id",

data/functions/api_api_buy_mail.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"name": "sid",
1212
"type": "string",
1313
"description": "the *Session ID* you get from the [login](#login) call",
14-
"example": "b279f6c6741163b9d7783f7aa6da4047"
14+
"example": "5732b90b93a187dde82527c07ffac6d7"
1515
},
1616
"coupon": {
1717
"name": "coupon",

data/functions/api_api_buy_vps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"name": "sid",
1212
"type": "string",
1313
"description": "the *Session ID* you get from the [login](#login) call",
14-
"example": "b279f6c6741163b9d7783f7aa6da4047"
14+
"example": "5732b90b93a187dde82527c07ffac6d7"
1515
},
1616
"os": {
1717
"name": "os",

0 commit comments

Comments
 (0)