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 "c5995f124" \
--key "***"
melezh UpdateHandlersKey ^
--proj "/proj.melezh" ^
--handler "c5995f124" ^
--key "***"
Result
{
"data": {
"active": 1,
"function": "CreatePost",
"key": "c5995f124",
"library": "vk",
"method": "FORM",
"args": []
},
"result": true
}