Skip to content

Commit 83adc6b

Browse files
committed
regenerated ce/pe/paas clients
1 parent c0f51f5 commit 83adc6b

82 files changed

Lines changed: 4128 additions & 4612 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ce/docs/AdminControllerApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
| [**getFeaturesInfo**](#getFeaturesInfo) | **GET** /api/admin/featuresInfo | Get features info (getFeaturesInfo) |
1313
| [**getJwtSettings**](#getJwtSettings) | **GET** /api/admin/jwtSettings | Get the JWT Settings object (getJwtSettings) |
1414
| [**getMailOAuth2AuthorizationUrl**](#getMailOAuth2AuthorizationUrl) | **GET** /api/admin/mail/oauth2/authorize | Redirect user to mail provider login page. |
15-
| [**getMailOAuth2RedirectUri**](#getMailOAuth2RedirectUri) | **GET** /api/admin/mail/oauth2/loginProcessingUrl | Get OAuth2 log in processing URL (getMailOAuth2RedirectUri) |
15+
| [**getMailProcessingUrl**](#getMailProcessingUrl) | **GET** /api/admin/mail/oauth2/loginProcessingUrl | Get OAuth2 log in processing URL (getMailProcessingUrl) |
1616
| [**getRepositorySettings**](#getRepositorySettings) | **GET** /api/admin/repositorySettings | Get repository settings (getRepositorySettings) |
1717
| [**getRepositorySettingsInfo**](#getRepositorySettingsInfo) | **GET** /api/admin/repositorySettings/info | getRepositorySettingsInfo |
1818
| [**getSecuritySettings**](#getSecuritySettings) | **GET** /api/admin/securitySettings | Get the Security Settings object (getSecuritySettings) |
@@ -173,11 +173,11 @@ After user logged in and provided accessprovider sends authorization code to spe
173173
**String**
174174

175175

176-
## getMailOAuth2RedirectUri
176+
## getMailProcessingUrl
177177

178-
> String getMailOAuth2RedirectUri()
178+
> String getMailProcessingUrl()
179179
180-
Get OAuth2 log in processing URL (getMailOAuth2RedirectUri)
180+
Get OAuth2 log in processing URL (getMailProcessingUrl)
181181

182182
Returns the URL enclosed in double quotes. After successful authentication with OAuth2 provider and user consent for requested scope, it makes a redirect to this path so that the platform can do further log in processing and generating access tokens. Available for users with 'SYS_ADMIN' authority.
183183

ce/docs/EntityRelationControllerApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
|------------- | ------------- | -------------|
55
| [**deleteRelation**](#deleteRelation) | **DELETE** /api/relation | Delete Relation (deleteRelation) |
66
| [**deleteRelationAndReturn**](#deleteRelationAndReturn) | **DELETE** /api/v2/relation | Delete Relation (deleteRelationAndReturn) |
7-
| [**deleteRelations**](#deleteRelations) | **DELETE** /api/relations | Delete common relations (deleteCommonRelations) |
7+
| [**deleteRelations**](#deleteRelations) | **DELETE** /api/relations | Delete common relations (deleteRelations) |
88
| [**findEntityRelationInfosByFrom**](#findEntityRelationInfosByFrom) | **GET** /api/relations/info/from/{fromType}/{fromId} | Get List of Relation Infos (findEntityRelationInfosByFrom) |
99
| [**findEntityRelationInfosByQuery**](#findEntityRelationInfosByQuery) | **POST** /api/relations/info | Find related entity infos (findEntityRelationInfosByQuery) |
1010
| [**findEntityRelationInfosByTo**](#findEntityRelationInfosByTo) | **GET** /api/relations/info/to/{toType}/{toId} | Get List of Relation Infos (findEntityRelationInfosByTo) |
@@ -73,7 +73,7 @@ Deletes a relation between two entities in the platform. If the user has the a
7373

7474
> deleteRelations(entityId, entityType)
7575
76-
Delete common relations (deleteCommonRelations)
76+
Delete common relations (deleteRelations)
7777

7878
Deletes all the relations ('from' and 'to' direction) for the specified entity and relation type group: 'COMMON'. If the user has the authority of 'System Administrator', the server checks that the entity is owned by the sysadmin. If the user has the authority of 'Tenant Administrator', the server checks that the entity is owned by the same tenant. If the user has the authority of 'Customer User', the server checks that the entity is assigned to the same customer.
7979

ce/docs/MicrosoftTeamsNotificationTargetConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
| **id** | **Object** | | [optional] |
1616
| **title** | **String** | | [optional] |
1717
| **email** | **String** | | [optional] |
18-
| **lastName** | **String** | | [optional] |
1918
| **firstName** | **String** | | [optional] |
19+
| **lastName** | **String** | | [optional] |
2020

2121

2222

ce/docs/MobileAppControllerApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
|------------- | ------------- | -------------|
55
| [**deleteMobileApp**](#deleteMobileApp) | **DELETE** /api/mobile/app/{id} | Delete Mobile App by ID (deleteMobileApp) |
66
| [**getLoginMobileInfo**](#getLoginMobileInfo) | **GET** /api/noauth/mobile | Get mobile app login info (getLoginMobileInfo) |
7-
| [**getMobileAppById**](#getMobileAppById) | **GET** /api/mobile/app/{id} | Get mobile info by id (getMobileAppInfoById) |
8-
| [**getTenantMobileApps**](#getTenantMobileApps) | **GET** /api/mobile/app | Get mobile app infos (getTenantMobileAppInfos) |
7+
| [**getMobileAppById**](#getMobileAppById) | **GET** /api/mobile/app/{id} | Get mobile info by id (getMobileAppById) |
8+
| [**getTenantMobileApps**](#getTenantMobileApps) | **GET** /api/mobile/app | Get mobile app infos (getTenantMobileApps) |
99
| [**getUserMobileInfo**](#getUserMobileInfo) | **GET** /api/mobile | Get user mobile app basic info (getUserMobileInfo) |
1010
| [**saveMobileApp**](#saveMobileApp) | **POST** /api/mobile/app | Save Or update Mobile app (saveMobileApp) |
1111

@@ -54,7 +54,7 @@ Get mobile app login info (getLoginMobileInfo)
5454

5555
> MobileApp getMobileAppById(id)
5656
57-
Get mobile info by id (getMobileAppInfoById)
57+
Get mobile info by id (getMobileAppById)
5858

5959
Available for users with 'SYS_ADMIN' or 'TENANT_ADMIN' authority.
6060

@@ -74,7 +74,7 @@ Get mobile info by id (getMobileAppInfoById)
7474

7575
> PageDataMobileApp getTenantMobileApps(pageSize, page, platformType, textSearch, sortProperty, sortOrder)
7676
77-
Get mobile app infos (getTenantMobileAppInfos)
77+
Get mobile app infos (getTenantMobileApps)
7878

7979
Available for users with 'SYS_ADMIN' or 'TENANT_ADMIN' authority.
8080

ce/docs/QrCodeSettingsControllerApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
|------------- | ------------- | -------------|
55
| [**getApplicationRedirect**](#getApplicationRedirect) | **GET** /api/noauth/qr | getApplicationRedirect |
66
| [**getMobileAppDeepLink**](#getMobileAppDeepLink) | **GET** /api/mobile/qr/deepLink | Get the deep link to the associated mobile application (getMobileAppDeepLink) |
7-
| [**getQrCodeSettings**](#getQrCodeSettings) | **GET** /api/mobile/qr/settings | Get Mobile application settings (getMobileAppSettings) |
7+
| [**getQrCodeSettings**](#getQrCodeSettings) | **GET** /api/mobile/qr/settings | Get Mobile application settings (getQrCodeSettings) |
88
| [**getUserTokenByMobileSecret**](#getUserTokenByMobileSecret) | **GET** /api/noauth/qr/{secret} | Get User Token (getUserTokenByMobileSecret) |
99
| [**saveQrCodeSettings**](#saveQrCodeSettings) | **POST** /api/mobile/qr/settings | Create Or Update the Mobile application settings (saveMobileAppSettings) |
1010

@@ -45,7 +45,7 @@ Fetch the url that takes user to linked mobile application Available for any a
4545

4646
> QrCodeSettings getQrCodeSettings()
4747
48-
Get Mobile application settings (getMobileAppSettings)
48+
Get Mobile application settings (getQrCodeSettings)
4949

5050
The response payload contains configuration for android/iOS applications and platform qr code widget settings. Available for any authorized user.
5151

ce/docs/TbResourceControllerApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
| [**downloadLwm2mResourceIfChanged**](#downloadLwm2mResourceIfChanged) | **GET** /api/resource/lwm2m/{resourceId}/download | Download LWM2M Resource (downloadLwm2mResourceIfChanged) |
99
| [**downloadPkcs12ResourceIfChanged**](#downloadPkcs12ResourceIfChanged) | **GET** /api/resource/pkcs12/{resourceId}/download | Download PKCS_12 Resource (downloadPkcs12ResourceIfChanged) |
1010
| [**downloadResource**](#downloadResource) | **GET** /api/resource/{resourceId}/download | Download Resource (downloadResource) |
11-
| [**downloadResourceIfChanged**](#downloadResourceIfChanged) | **GET** /api/resource/{resourceType}/{scope}/{key} | Download resource (downloadResource) |
11+
| [**downloadResourceIfChanged**](#downloadResourceIfChanged) | **GET** /api/resource/{resourceType}/{scope}/{key} | Download resource (downloadResourceIfChanged) |
1212
| [**getLwm2mListObjects**](#getLwm2mListObjects) | **GET** /api/resource/lwm2m | Get LwM2M Objects (getLwm2mListObjects) |
1313
| [**getLwm2mListObjectsPage**](#getLwm2mListObjectsPage) | **GET** /api/resource/lwm2m/page | Get LwM2M Objects (getLwm2mListObjectsPage) |
1414
| [**getResourceById**](#getResourceById) | **GET** /api/resource/{resourceId} | Get Resource (getResourceById) |
1515
| [**getResourceInfo**](#getResourceInfo) | **GET** /api/resource/{resourceType}/{scope}/{key}/info | Get resource info (getResourceInfo) |
1616
| [**getResourceInfoById**](#getResourceInfoById) | **GET** /api/resource/info/{resourceId} | Get Resource Info (getResourceInfoById) |
1717
| [**getResources**](#getResources) | **GET** /api/resource | Get Resource Infos (getResources) |
1818
| [**getSystemOrTenantResourcesByIds**](#getSystemOrTenantResourcesByIds) | **GET** /api/resource/list | Get Resource Infos by ids (getSystemOrTenantResourcesByIds) |
19-
| [**getTenantResources**](#getTenantResources) | **GET** /api/resource/tenant | Get All Resource Infos (getAllResources) |
19+
| [**getTenantResources**](#getTenantResources) | **GET** /api/resource/tenant | Get All Resource Infos (getTenantResources) |
2020
| [**saveResource**](#saveResource) | **POST** /api/resource | Create Or Update Resource (saveResource) |
2121
| [**updateResourceData**](#updateResourceData) | **PUT** /api/resource/{id}/data | updateResourceData |
2222
| [**updateResourceInfo**](#updateResourceInfo) | **PUT** /api/resource/{id}/info | updateResourceInfo |
@@ -153,7 +153,7 @@ Download Resource based on the provided Resource Id. Available for users with '
153153

154154
> File downloadResourceIfChanged(resourceType, scope, key, ifNoneMatch)
155155
156-
Download resource (downloadResource)
156+
Download resource (downloadResourceIfChanged)
157157

158158
Download resource with a given type and key for the given scope Available for any authorized user.
159159

@@ -328,7 +328,7 @@ Get Resource Infos by ids (getSystemOrTenantResourcesByIds)
328328

329329
> PageDataTbResourceInfo getTenantResources(pageSize, page, textSearch, sortProperty, sortOrder)
330330
331-
Get All Resource Infos (getAllResources)
331+
Get All Resource Infos (getTenantResources)
332332

333333
Returns a page of Resource Info objects owned by tenant. You can specify parameters to filter the results. The result is wrapped with PageData object that allows you to iterate over result set using pagination. See response schema for more details. Resource Info is a lightweight object that includes main information about the Resource excluding the heavyweight data. Available for users with 'TENANT_ADMIN' authority.
334334

ce/docs/UserControllerApi.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
| [**getActivationLink**](#getActivationLink) | **GET** /api/user/{userId}/activationLink | Get activation link (getActivationLink) |
1010
| [**getActivationLinkInfo**](#getActivationLinkInfo) | **GET** /api/user/{userId}/activationLinkInfo | Get activation link info (getActivationLinkInfo) |
1111
| [**getCustomerUsers**](#getCustomerUsers) | **GET** /api/customer/{customerId}/users | Get Customer Users (getCustomerUsers) |
12-
| [**getGeneralUserSettings**](#getGeneralUserSettings) | **GET** /api/user/settings/general | Get user settings (getUserSettings) |
12+
| [**getGeneralUserSettings**](#getGeneralUserSettings) | **GET** /api/user/settings/general | Get user settings (getGeneralUserSettings) |
1313
| [**getMobileSession**](#getMobileSession) | **GET** /api/user/mobile/session | getMobileSession |
1414
| [**getTenantAdmins**](#getTenantAdmins) | **GET** /api/tenant/{tenantId}/users | Get Tenant Users (getTenantAdmins) |
1515
| [**getUserById**](#getUserById) | **GET** /api/user/{userId} | Get User (getUserById) |
16-
| [**getUserDashboardsInfo**](#getUserDashboardsInfo) | **GET** /api/user/dashboards | Get information about last visited and starred dashboards (getLastVisitedDashboards) |
16+
| [**getUserDashboardsInfo**](#getUserDashboardsInfo) | **GET** /api/user/dashboards | Get information about last visited and starred dashboards (getUserDashboardsInfo) |
1717
| [**getUserSettings**](#getUserSettings) | **GET** /api/user/settings/{type} | Get user settings (getUserSettings) |
1818
| [**getUserToken**](#getUserToken) | **GET** /api/user/{userId}/token | Get User Token (getUserToken) |
1919
| [**getUsers**](#getUsers) | **GET** /api/users | Get Users (getUsers) |
2020
| [**getUsersByIds**](#getUsersByIds) | **GET** /api/users/list | Get Users By Ids (getUsersByIds) |
2121
| [**getUsersForAssign**](#getUsersForAssign) | **GET** /api/users/assign/{alarmId} | Get usersForAssign (getUsersForAssign) |
2222
| [**isUserTokenAccessEnabled**](#isUserTokenAccessEnabled) | **GET** /api/user/tokenAccessEnabled | Check Token Access Enabled (isUserTokenAccessEnabled) |
23-
| [**putGeneralUserSettings**](#putGeneralUserSettings) | **PUT** /api/user/settings/general | Update user settings (saveUserSettings) |
24-
| [**putUserSettings**](#putUserSettings) | **PUT** /api/user/settings/{type} | Update user settings (saveUserSettings) |
23+
| [**putGeneralUserSettings**](#putGeneralUserSettings) | **PUT** /api/user/settings/general | Update user settings (putGeneralUserSettings) |
24+
| [**putUserSettings**](#putUserSettings) | **PUT** /api/user/settings/{type} | Update user settings (putUserSettings) |
2525
| [**removeMobileSession**](#removeMobileSession) | **DELETE** /api/user/mobile/session | removeMobileSession |
2626
| [**reportUserDashboardAction**](#reportUserDashboardAction) | **GET** /api/user/dashboards/{dashboardId}/{action} | Report action of User over the dashboard (reportUserDashboardAction) |
2727
| [**saveMobileSession**](#saveMobileSession) | **POST** /api/user/mobile/session | saveMobileSession |
@@ -186,7 +186,7 @@ Returns a page of users owned by customer. You can specify parameters to filter
186186

187187
> com.fasterxml.jackson.databind.JsonNode getGeneralUserSettings()
188188
189-
Get user settings (getUserSettings)
189+
Get user settings (getGeneralUserSettings)
190190

191191
Fetch the User settings based on authorized user.
192192

@@ -262,7 +262,7 @@ Fetch the User object based on the provided User Id. If the user has the authori
262262

263263
> UserDashboardsInfo getUserDashboardsInfo()
264264
265-
Get information about last visited and starred dashboards (getLastVisitedDashboards)
265+
Get information about last visited and starred dashboards (getUserDashboardsInfo)
266266

267267
Fetch the list of last visited and starred dashboards. Both lists are limited to 10 items. Available for users with 'TENANT_ADMIN' or 'CUSTOMER_USER' authority.
268268

@@ -397,7 +397,7 @@ Checks that the system is configured to allow administrators to impersonate them
397397

398398
> putGeneralUserSettings(body)
399399
400-
Update user settings (saveUserSettings)
400+
Update user settings (putGeneralUserSettings)
401401

402402
Update user settings for authorized user. Only specified json elements will be updated.Example: you have such settings: {A:5, B:{C:10, D:20}}. Updating it with {B:{C:10, D:30}} will result in{A:5, B:{C:10, D:30}}. The same could be achieved by putting {B.D:30}
403403

@@ -417,7 +417,7 @@ null (empty response body)
417417

418418
> putUserSettings(type, body)
419419
420-
Update user settings (saveUserSettings)
420+
Update user settings (putUserSettings)
421421

422422
Update user settings for authorized user. Only specified json elements will be updated.Example: you have such settings: {A:5, B:{C:10, D:20}}. Updating it with {B:{C:10, D:30}} will result in{A:5, B:{C:10, D:30}}. The same could be achieved by putting {B.D:30}
423423

0 commit comments

Comments
 (0)