Skip to main content

Update request handler

Changes the values of the request handler fields

Function UpdateRequestsHandler(Val Project, Val HandlersKey, Val OintLibrary = "", Val OintFunction = "", Val Method = "") Export

ParameterCLI optionTypeRequiredDescription
Project--projStringProject filepath
HandlersKey--handlerStringHandlers key
OintLibrary--libStringLibrary name in CLI format
OintFunction--funcStringOpenIntegrations function name
Method--methodStringHTTP method to be processed by the handler: GET, JSON, FORM

Returns: Structure Of KeyAndValue - Result of changing the handler


    melezh  UpdateRequestsHandler \
--proj "/proj.melezh" \
--handler "3c068dd20" \
--lib "vk" \
--func "CreatePost" \
--method "FORM"
Result
{
"result": true
}