{ "meta": {}, "group": { "title": "Available methods", "anchor": "available-methods" }, "object": { "anchor": "setbusinessaccountname", "name": "setBusinessAccountName", "description": "Changes the first and last name of a managed business account. Requires the can_change_name business bot right. Returns True on success.", "html_description": "

Changes the first and last name of a managed business account. Requires the can_change_name business bot right. Returns True on success.

", "rst_description": "Changes the first and last name of a managed business account. Requires the *can_change_name* business bot right. Returns :code:`True` on success.", "annotations": [ { "type": "String", "required": true, "description": "Unique identifier of the business connection", "html_description": "Unique identifier of the business connection", "rst_description": "Unique identifier of the business connection\n", "name": "business_connection_id" }, { "type": "String", "required": true, "description": "The new value of the first name for the business account; 1-64 characters", "html_description": "The new value of the first name for the business account; 1-64 characters", "rst_description": "The new value of the first name for the business account; 1-64 characters\n", "name": "first_name" }, { "type": "String", "required": false, "description": "The new value of the last name for the business account; 0-64 characters", "html_description": "The new value of the last name for the business account; 0-64 characters", "rst_description": "The new value of the last name for the business account; 0-64 characters\n", "name": "last_name" } ], "category": "methods" } }