diff --git a/en_US/iredadmin/0-iredadmin-pro.restful.api.upcoming.md b/en_US/iredadmin/0-iredadmin-pro.restful.api.upcoming.md index 5a86f132..cd8e2d40 100644 --- a/en_US/iredadmin/0-iredadmin-pro.restful.api.upcoming.md +++ b/en_US/iredadmin/0-iredadmin-pro.restful.api.upcoming.md @@ -18,24 +18,24 @@ * New: Able to manage global, per-domain and per-user greylisting settings, whitelist senders, and global whitelisted SPF domains. -* Variable names changed in returned JSON data of user profile (`GET /api/user/`): - * name `forwarding` is replaced by `forwardings`, and it's now a list - object of user forwarding email addresses (was a string, multiple - addresses were separated by comma). -* Variable names in returned JSON data of mail alias profile - * name `islist` is gone. - * name `goto` is replaced by `members`, and it's now a list object of - member email addresses (was a string, multiple addresses were separated - by comma). -* Variable names in returned JSON data of domain profile (`GET /api/domain/`): - * name `catchall` always presents, and it's now a list object of catch-all - email address (was a string, multiple addresses were separated by comma). - -* iRedAdmin-Pro-SQL-2.7.0 also fixes several bugs: - - Cannot set per-user alias addresses while creating new mail user. - - Cannot add or remove per-user alias addresses while updating user profile. - - User mailbox quota was removed while updating user profile. - - Not use default transport setting while creating new domain. +* iRedAdmin-Pro-SQL-2.7.0: + * Variable names changed in returned JSON data of user profile (`GET /api/user/`): + * name `forwarding` is replaced by `forwardings`, and it's now a list + object of user forwarding email addresses (was a string, multiple + addresses were separated by comma). + * Variable names in returned JSON data of mail alias profile (`GET /api/alias/`): + * name `islist` is gone. + * name `goto` is replaced by `members`, and it's now a list object of + member email addresses (was a string, multiple addresses were separated + by comma). + * Variable names in returned JSON data of domain profile (`GET /api/domain/`): + * name `catchall` always presents, and it's now a list object of catch-all + email address (was a string, multiple addresses were separated by comma). + * Fixed bugs: + * Cannot set per-user alias addresses while creating new mail user. + * Cannot add or remove per-user alias addresses while updating user profile. + * User mailbox quota was removed while updating user profile. + * Not use default transport setting while creating new domain. ## Summary diff --git a/html/iredadmin-pro.restful.api.upcoming.html b/html/iredadmin-pro.restful.api.upcoming.html index 4c1817ca..8d3f4b07 100644 --- a/html/iredadmin-pro.restful.api.upcoming.html +++ b/html/iredadmin-pro.restful.api.upcoming.html @@ -66,29 +66,26 @@
  • New: Able to manage global, per-domain and per-user greylisting settings, whitelist senders, and global whitelisted SPF domains.
  • +
  • iRedAdmin-Pro-SQL-2.7.0:
    • Variable names changed in returned JSON data of user profile (GET /api/user/<mail>):
      • name forwarding is replaced by forwardings, and it's now a list object of user forwarding email addresses (was a string, multiple addresses were separated by comma).
    • -
    • Variable names in returned JSON data of mail alias profile
        +
      • Variable names in returned JSON data of mail alias profile (GET /api/alias/<mail>):
        • name islist is gone.
        • name goto is replaced by members, and it's now a list object of member email addresses (was a string, multiple addresses were separated by comma).
      • -
      • -

        Variable names in returned JSON data of domain profile (GET /api/domain/<domain>):

        -
          +
        • Variable names in returned JSON data of domain profile (GET /api/domain/<domain>):
          • name catchall always presents, and it's now a list object of catch-all email address (was a string, multiple addresses were separated by comma).
        • -
        • -

          iRedAdmin-Pro-SQL-2.7.0 also fixes several bugs:

          -
            +
          • Fixed bugs:
            • Cannot set per-user alias addresses while creating new mail user.
            • Cannot add or remove per-user alias addresses while updating user profile.
            • User mailbox quota was removed while updating user profile.
            • @@ -96,6 +93,8 @@
          +
        • +

        Summary

        iRedAdmin-Pro RESTful API will return message in JSON format.