mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-03-23 21:29:38 +02:00
12 lines
328 B
Plaintext
Vendored
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);
|