Skip to content

Commit d1ac729

Browse files
committed
updates
1 parent 4493478 commit d1ac729

194 files changed

Lines changed: 3354 additions & 368 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/api_info/phpdoc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10763,8 +10763,8 @@
1076310763
"params": "$coupon",
1076410764
"description": [
1076510765
"Places a mail order with our system",
10766-
"@param string $coupon",
10767-
"@return array"
10766+
"@param string $coupon coupon name",
10767+
"@return array returns an array containing the order details"
1076810768
],
1076910769
"fieldtexts": []
1077010770
},

data/api_info/sql_comments.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,7 @@
716716
"mail_username": "Username on the mail Server associated with this Order",
717717
"mail_type": "Package ID",
718718
"mail_cost": "Service Cost",
719+
"mail_currency": "Currency",
719720
"mail_frequency": "Billing Interval",
720721
"mail_order_date": "Date the Order was Placed",
721722
"mail_custid": "Customer ID",
@@ -725,13 +726,15 @@
725726
"mail_invoice": "Invoice ID",
726727
"mail_coupon": "Coupon ID",
727728
"mail_extra": "Additional mail Information",
728-
"mail_server_status": "Server-Side status of this website"
729+
"mail_server_status": "Server-Side status of this website",
730+
"mail_comment": "Comments"
729731
},
730732
"mail_id": "Service ID",
731733
"mail_server": "ID of Server the mail Resides on",
732734
"mail_username": "Username on the mail Server associated with this Order",
733735
"mail_type": "Package ID",
734736
"mail_cost": "Service Cost",
737+
"mail_currency": "Currency",
735738
"mail_frequency": "Billing Interval",
736739
"mail_order_date": "Date the Order was Placed",
737740
"mail_custid": "Customer ID",
@@ -742,6 +745,7 @@
742745
"mail_coupon": "Coupon ID",
743746
"mail_extra": "Additional mail Information",
744747
"mail_server_status": "Server-Side status of this website",
748+
"mail_comment": "Comments",
745749
"mail_masters": {
746750
"mail_id": "ID of the mail Host Server",
747751
"mail_name": "Name of the mail Host server for quick reference",

data/categories.json

Lines changed: 99 additions & 75 deletions
Large diffs are not rendered by default.

data/functions.json

Lines changed: 518 additions & 94 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": "5732b90b93a187dde82527c07ffac6d7"
14+
"example": "fdc2070e727c4fb456065a97dc77c54c"
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": "5732b90b93a187dde82527c07ffac6d7"
14+
"example": "fdc2070e727c4fb456065a97dc77c54c"
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": "5732b90b93a187dde82527c07ffac6d7"
14+
"example": "fdc2070e727c4fb456065a97dc77c54c"
1515
},
1616
"module": {
1717
"name": "module",
@@ -39,7 +39,7 @@
3939
"description": "the prepay id"
4040
}
4141
},
42-
"example": 66502
42+
"example": 66551
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": "5732b90b93a187dde82527c07ffac6d7"
14+
"example": "fdc2070e727c4fb456065a97dc77c54c"
1515
},
1616
"id": {
1717
"name": "id",

data/functions/api_api_auto_directadmin_login.json

Lines changed: 6 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": "5732b90b93a187dde82527c07ffac6d7"
14+
"example": "fdc2070e727c4fb456065a97dc77c54c"
1515
},
1616
"id": {
1717
"name": "id",
@@ -31,7 +31,11 @@
3131
"type": "string",
3232
"description": ""
3333
}
34-
]
34+
],
35+
"example": {
36+
"status": "error",
37+
"status_text": "Invalid Website Passed"
38+
}
3539
},
3640
"input_comment": "* @param sid string the *Session ID* you get from the [login](#login) call\n* @param id int \n",
3741
"output_comment": "",

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": "5732b90b93a187dde82527c07ffac6d7"
14+
"example": "fdc2070e727c4fb456065a97dc77c54c"
1515
},
1616
"id": {
1717
"name": "id",

0 commit comments

Comments
 (0)