Skip to content

Commit f51f00c

Browse files
committed
udpates
1 parent d1ac729 commit f51f00c

190 files changed

Lines changed: 6358 additions & 1369 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/categories.json

Lines changed: 1544 additions & 184 deletions
Large diffs are not rendered by default.

data/functions.json

Lines changed: 202 additions & 139 deletions
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": "fdc2070e727c4fb456065a97dc77c54c"
14+
"example": "3e9a37341e5f0a3df4e4b2b710ef3d33"
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": "fdc2070e727c4fb456065a97dc77c54c"
14+
"example": "3e9a37341e5f0a3df4e4b2b710ef3d33"
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": "fdc2070e727c4fb456065a97dc77c54c"
14+
"example": "3e9a37341e5f0a3df4e4b2b710ef3d33"
1515
},
1616
"module": {
1717
"name": "module",
@@ -39,7 +39,7 @@
3939
"description": "the prepay id"
4040
}
4141
},
42-
"example": 66551
42+
"example": 67638
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": "fdc2070e727c4fb456065a97dc77c54c"
14+
"example": "3e9a37341e5f0a3df4e4b2b710ef3d33"
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": "fdc2070e727c4fb456065a97dc77c54c"
14+
"example": "3e9a37341e5f0a3df4e4b2b710ef3d33"
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": "fdc2070e727c4fb456065a97dc77c54c"
14+
"example": "3e9a37341e5f0a3df4e4b2b710ef3d33"
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": "fdc2070e727c4fb456065a97dc77c54c"
14+
"example": "3e9a37341e5f0a3df4e4b2b710ef3d33"
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": "fdc2070e727c4fb456065a97dc77c54c"
14+
"example": "3e9a37341e5f0a3df4e4b2b710ef3d33"
1515
},
1616
"coupon": {
1717
"name": "coupon",

0 commit comments

Comments
 (0)