1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-23 21:29:38 +02:00
Vitaly the Alpaca (bot) 602d0cecea Main build (Jenkins)
2025-02-05 12:40:59 +03:00

12 lines
328 B
Plaintext
Vendored

Project = "C:\Users\Administrator\AppData\Local\Temp\v8_9B5_45.oint";
HandlerKey = "e52f...";
NewKey = "mykey";
// Custom key
Result = OPI_IntegrationProxy.UpdateHandlerKey(Project, HandlerKey, NewKey);
// New random key
Result = OPI_IntegrationProxy.UpdateHandlerKey(Project, NewKey);