1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-20 10:00:46 +02:00
Files
OpenIntegrations/docs/en/examples/ReportPortal/AddUsersToProject.txt
T
Vitaly the Alpaca (bot) eb1646ecd1 Main build (Jenkins)
2026-03-18 17:32:38 +03:00

8 lines
420 B
Plaintext
Vendored

URL = "tests.openintegrations.dev";
Token = "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX25hbWUiOiJzdXBlcmFkbWluIiwic2NvcGVzIjpbInVpIl0sImV4cCI6MTc2MjAwMDI3NiwiaWF0IjoxNzYxOTEzODc2LCJqdGkiOiI0NTI3YTc5OS0wN2...";
ProjectName = "TestProject";
UserList = New Map;
UserList.Insert("default", "MEMBER");
Result = OPI_ReportPortal.AddUsersToProject(URL, Token, ProjectName, UserList);