diff --git a/public_info.py b/public_info.py index 61412f3..0fa73ba 100644 --- a/public_info.py +++ b/public_info.py @@ -25,6 +25,32 @@ functions = { "type": "text" } } + }, + "enable": { + "name": "Enable Dashboard widget", + "type": "default", + "description": "Enable the dashboard widget", + "params": {}, + "returns": { + "result": + { + "name": "Result", + "type": "text" + } + } + }, + "disable": { + "name": "Disable Dashboard widget", + "type": "default", + "description": "Disable the dashboard widget", + "params": {}, + "returns": { + "result": + { + "name": "Result", + "type": "text" + } + } } }