Skip to content

Commit d23889d

Browse files
author
TeamCity
committed
Update CE OpenAPI spec (from master)
1 parent 9043516 commit d23889d

29 files changed

Lines changed: 837 additions & 837 deletions

ce/docs/AssetTypeFilter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
| Name | Type | Description | Notes |
1111
|------------ | ------------- | ------------- | -------------|
12-
| **assetType** | **String** | | [optional] |
1312
| **assetTypes** | **List\<String\>** | | [optional] |
1413
| **assetNameFilter** | **String** | | [optional] |
14+
| **assetType** | **String** | | [optional] |
1515

1616

1717

ce/docs/CalculatedFieldDebugEventFilter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
| Name | Type | Description | Notes |
1111
|------------ | ------------- | ------------- | -------------|
1212
| **server** | **String** | String value representing the server name, identifier or ip address where the platform is running | [optional] |
13-
| **isError** | **Boolean** | | [optional] |
1413
| **errorStr** | **String** | The case insensitive 'contains' filter based on error message | [optional] |
1514
| **entityId** | **String** | String value representing the entity id in the event body | [optional] |
1615
| **entityType** | **EntityTypeEnum** | String value representing the entity type | [optional] |
1716
| **msgId** | **String** | String value representing the message id in the rule engine | [optional] |
1817
| **msgType** | **String** | String value representing the message type | [optional] |
1918
| **arguments** | **String** | String value representing the arguments that were used in the calculation performed | [optional] |
2019
| **result** | **String** | String value representing the result of a calculation | [optional] |
20+
| **isError** | **Boolean** | | [optional] |
2121
| **error** | **Boolean** | | [optional] |
2222

2323

ce/docs/CustomMobilePage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
| Name | Type | Description | Notes |
1111
|------------ | ------------- | ------------- | -------------|
12-
| **path** | **String** | Path to custom page | [optional] |
1312
| **label** | **String** | Page label | [optional] |
1413
| **visible** | **Boolean** | Indicates if page is visible | |
1514
| **icon** | **String** | URL of the page icon | [optional] |
15+
| **path** | **String** | Path to custom page | [optional] |
1616

1717

1818

ce/docs/Dashboard.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10+
| **id** | **DashboardId** | JSON object with the dashboard Id. Specify existing dashboard Id to update the dashboard. Referencing non-existing dashboard id will cause error. Omit this field to create new dashboard. | [optional] |
11+
| **createdTime** | **Long** | Timestamp of the dashboard creation, in milliseconds | [optional] [readonly] |
12+
| **tenantId** | **TenantId** | JSON object with Tenant Id. Tenant Id of the dashboard can't be changed. | [optional] [readonly] |
1013
| **title** | **String** | Title of the dashboard. | |
1114
| **image** | **String** | Thumbnail picture for rendering of the dashboards in a grid view on mobile devices. | [optional] [readonly] |
15+
| **assignedCustomers** | **Set\<ShortCustomerInfo\>** | List of assigned customers with their info. | [optional] |
1216
| **mobileHide** | **Boolean** | Hide dashboard from mobile devices. Useful if the dashboard is not designed for small screens. | [optional] [readonly] |
1317
| **mobileOrder** | **Integer** | Order on mobile devices. Useful to adjust sorting of the dashboards for mobile applications | [optional] [readonly] |
18+
| **version** | **Long** | | [optional] |
19+
| **resources** | **List\<ResourceExportData\>** | | [optional] |
1420
| **_configuration** | **com.fasterxml.jackson.databind.JsonNode** | JSON object with main configuration of the dashboard: layouts, widgets, aliases, etc. The JSON structure of the dashboard configuration is quite complex. The easiest way to learn it is to export existing dashboard to JSON. | [optional] |
1521
| **name** | **String** | Same as title of the dashboard. Read-only field. Update the 'title' to change the 'name' of the dashboard. | [optional] [readonly] |
16-
| **resources** | **List\<ResourceExportData\>** | | [optional] |
17-
| **id** | **DashboardId** | JSON object with the dashboard Id. Specify existing dashboard Id to update the dashboard. Referencing non-existing dashboard id will cause error. Omit this field to create new dashboard. | [optional] |
18-
| **createdTime** | **Long** | Timestamp of the dashboard creation, in milliseconds | [optional] [readonly] |
19-
| **tenantId** | **TenantId** | JSON object with Tenant Id. Tenant Id of the dashboard can't be changed. | [optional] [readonly] |
20-
| **assignedCustomers** | **Set\<ShortCustomerInfo\>** | List of assigned customers with their info. | [optional] |
21-
| **version** | **Long** | | [optional] |
2222

2323

2424

ce/docs/DashboardPage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
| Name | Type | Description | Notes |
1111
|------------ | ------------- | ------------- | -------------|
12-
| **dashboardId** | **String** | Dashboard id | [optional] |
1312
| **label** | **String** | Page label | [optional] |
1413
| **visible** | **Boolean** | Indicates if page is visible | |
1514
| **icon** | **String** | URL of the page icon | [optional] |
15+
| **dashboardId** | **String** | Dashboard id | [optional] |
1616

1717

1818

ce/docs/DefaultMobilePage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
| Name | Type | Description | Notes |
1111
|------------ | ------------- | ------------- | -------------|
12-
| **id** | **DefaultPageId** | Identifier for default page | [optional] |
1312
| **label** | **String** | Page label | [optional] |
1413
| **visible** | **Boolean** | Indicates if page is visible | |
1514
| **icon** | **String** | URL of the page icon | [optional] |
15+
| **id** | **DefaultPageId** | Identifier for default page | [optional] |
1616

1717

1818

ce/docs/DeviceTypeFilter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
| Name | Type | Description | Notes |
1111
|------------ | ------------- | ------------- | -------------|
12-
| **deviceType** | **String** | | [optional] |
1312
| **deviceTypes** | **List\<String\>** | | [optional] |
1413
| **deviceNameFilter** | **String** | | [optional] |
14+
| **deviceType** | **String** | | [optional] |
1515

1616

1717

ce/docs/EdgeTypeFilter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
| Name | Type | Description | Notes |
1111
|------------ | ------------- | ------------- | -------------|
12-
| **edgeType** | **String** | | [optional] |
1312
| **edgeTypes** | **List\<String\>** | | [optional] |
1413
| **edgeNameFilter** | **String** | | [optional] |
14+
| **edgeType** | **String** | | [optional] |
1515

1616

1717

ce/docs/EntityViewTypeFilter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
| Name | Type | Description | Notes |
1111
|------------ | ------------- | ------------- | -------------|
12-
| **entityViewType** | **String** | | [optional] |
1312
| **entityViewTypes** | **List\<String\>** | | [optional] |
1413
| **entityViewNameFilter** | **String** | | [optional] |
14+
| **entityViewType** | **String** | | [optional] |
1515

1616

1717

ce/docs/FeaturesInfo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10-
| **twoFaEnabled** | **Boolean** | | [optional] |
11-
| **emailEnabled** | **Boolean** | | [optional] |
1210
| **smsEnabled** | **Boolean** | | [optional] |
1311
| **oauthEnabled** | **Boolean** | | [optional] |
12+
| **twoFaEnabled** | **Boolean** | | [optional] |
13+
| **emailEnabled** | **Boolean** | | [optional] |
1414
| **notificationEnabled** | **Boolean** | | [optional] |
1515

1616

0 commit comments

Comments
 (0)