1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-02 22:05:37 +02:00

12 lines
328 B
Plaintext
Raw Normal View History

2025-02-05 12:40:59 +03:00
 Project = "C:\Users\Administrator\AppData\Local\Temp\v8_9B5_45.oint";
HandlerKey = "e52f...";
2025-02-04 22:29:30 +03:00
NewKey = "mykey";
// Custom key
Result = OPI_IntegrationProxy.UpdateHandlerKey(Project, HandlerKey, NewKey);
// New random key
Result = OPI_IntegrationProxy.UpdateHandlerKey(Project, NewKey);