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