| AdminApi | updateAdminCore | POST /admin/core/{CoreID}/update | This updates a core system |
| AdminApi | updateApplication | POST /admin/applications/{ApplicationID}/update | This updates an application |
| AdminApi | updateConfigAll | POST /admin/config | This gets the config for the cluster |
| AdminApi | updateConfigSection | POST /admin/config/{ConfigSection} | This gets the config for the cluster |
| AdminApi | updateConfigSectionKey | POST /admin/config/{ConfigSection}/{ConfigKey} | This updates the config for the cluster for a given key |
| AdminApi | updateEnginesForResource | POST /admin/resource/{ResourceID}/engine/update | This API updates the specified server type-running engine |
| AdminApi | updateOrganization | POST /admin/organization/{OrganizationID}/update | This updates a organization |
| AdminApi | updatePermission | POST /admin/users/permission/{PermissionID}/update | This updates a permission |
| AdminApi | updateResource | POST /admin/resource/{ResourceID}/update | This API updates the specified resource |
| AdminApi | updateResourceMapping | POST /admin/resource/{ResourceID}/mapping/{ResourceMappingID}/update | This API updates the state of the specified resource mapping |
| AdminApi | updateResourceMappingState | POST /admin/resource/{ResourceID}/mapping/{ResourceMappingID}/updatestate | This API updates the state of the specified resource mapping state |
| AdminApi | updateResourceState | POST /admin/resource/{ResourceID}/updatestate | This API updates the state of the specified resource |
| AdminApi | updateRole | POST /admin/users/role/{RoleID}/update | This updates a role |
| AdminApi | updateServerType | POST /admin/server_type/{ServerTypeID}/update | This API updates the specified server type |
| AdminApi | updateServerTypeEngineRunning | POST /admin/server_type/{ServerTypeID}/engine/{EngineID}/update | This API updates the specified server type-running engine |
| AdminApi | updateService | POST /admin/service/{ServiceID}/update | This API updates a service. |
| AdminApi | updateToken | POST /admin/token/{TokenID}/update | This updates a token |
| AdminApi | updateUser | POST /admin/user/{UserID}/update | This updates a user |
| AdminApi | upsertServerTypes | POST /admin/server_type/upsert | This API creates or updates the specified server types |
| AdminApi | userPasswordForgot | POST /admin/users/password/forgot | This api will help users to reset their password when they forgot |
| AdminApi | userPasswordReset | POST /admin/users/password/reset | Helps users to reset their password |
| AdminApi | userPasswordUpdate | POST /admin/users/password/update | This api will help users to update their password |