Update handlers key
Replaces the handler key with a new one
Function UpdateHandlersKey(Val Project, Val HandlersKey, Val NewKey = "") Export
| Parameter | CLI option | Type | Required | Description |
|---|---|---|---|---|
| Project | --proj | String | ✔ | Project filepath |
| HandlersKey | --handler | String | ✔ | Handlers key |
| NewKey | --key | String | ✖ | Your own key, if necessary. New standard UUID by default |
Returns: Structure Of KeyAndValue - Handlers information
- Bash
- CMD/Bat
melezh UpdateHandlersKey \
--proj "/proj.melezh" \
--handler "d38783df5" \
--key "***"
melezh UpdateHandlersKey ^
--proj "/proj.melezh" ^
--handler "d38783df5" ^
--key "***"
Result
{
"data": {
"active": 1,
"function": "CreatePost",
"key": "d38783df5",
"library": "vk",
"method": "FORM",
"args": []
},
"result": true
}