File tree Expand file tree Collapse file tree
Kepware.Api.Test/ApiClient Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ namespace Kepware.Api.Test.ApiClient
1414{
1515 public class ServerUserGroupTests : TestApiClientBase
1616 {
17- private const string ENDPOINT_USER_GROUP = "/config/v1/admin/server_user_groups " ;
17+ private const string ENDPOINT_USER_GROUP = "/config/v1/admin/server_usergroups " ;
1818
1919 [ Fact ]
2020 public async Task GetServerUserGroupAsync_ShouldReturnServerUserGroup_WhenApiRespondsSuccessfully ( )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ namespace Kepware.Api.Model.Admin
1111 /// <summary>
1212 /// Represents a user group in Kepware, allowing management of permissions and access control.
1313 /// </summary>
14- [ Endpoint ( "/config/v1/admin/server_user_groups /{name}" ) ]
14+ [ Endpoint ( "/config/v1/admin/server_usergroups /{name}" ) ]
1515 public class ServerUserGroup : NamedEntity
1616 {
1717 /// <summary>
@@ -289,7 +289,7 @@ public bool? BrowseNamespace
289289 #endregion
290290 }
291291
292- [ Endpoint ( "/config/v1/admin/server_user_groups " ) ]
292+ [ Endpoint ( "/config/v1/admin/server_usergroups " ) ]
293293 public class ServerUserGroupCollection : EntityCollection < ServerUserGroup >
294294 {
295295
You can’t perform that action at this time.
0 commit comments