Skip to content

Commit bf89037

Browse files
author
TeamCity
committed
Update PAAS OpenAPI spec (from develop/4.4)
1 parent 617c8a9 commit bf89037

104 files changed

Lines changed: 1552 additions & 2053 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.

paas/docs/AiAuditLogControllerApi.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

paas/docs/AiChatControllerApi.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
```
66
com.fasterxml.jackson.databind.JsonNode createChat(@Nonnull Object body) // createChat
77
void deleteChat(@Nonnull UUID chatId) // deleteChat
8-
byte[] exportChat(@Nonnull UUID chatId, @Nullable Boolean includeAuditLogs) // exportChat
98
com.fasterxml.jackson.databind.JsonNode getChatMessages(@Nonnull UUID chatId) // getChatMessages
109
com.fasterxml.jackson.databind.JsonNode listChats() // listChats
1110
List<Object> sendChatMessage(@Nonnull UUID chatId, @Nonnull String xAuthorization, @Nonnull String body) // sendChatMessage
@@ -57,29 +56,6 @@ deleteChat
5756
null (empty response body)
5857

5958

60-
## exportChat
61-
62-
```
63-
byte[] exportChat(@Nonnull UUID chatId, @Nullable Boolean includeAuditLogs)
64-
```
65-
66-
**GET** `/api/ai/chats/{chatId}/export`
67-
68-
exportChat
69-
70-
71-
### Parameters
72-
73-
| Name | Type | Description | Notes |
74-
|------------- | ------------- | ------------- | -------------|
75-
| **chatId** | **UUID** | | |
76-
| **includeAuditLogs** | **Boolean** | | [optional] [default to false] |
77-
78-
### Return type
79-
80-
**byte[]**
81-
82-
8359
## getChatMessages
8460

8561
```

paas/docs/Asset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
| **assetProfileId** | **AssetProfileId** | JSON object with Asset Profile Id. | [optional] |
1818
| **version** | **Long** | | [optional] |
1919
| **ownerId** | **EntityId** | JSON object with Customer or Tenant Id | [optional] [readonly] |
20-
| **additionalInfo** | **com.fasterxml.jackson.databind.JsonNode** | Additional parameters of the asset | [optional] |
20+
| **additionalInfo** | **com.fasterxml.jackson.databind.JsonNode** | Additional parameters of the asset. May include: 'description' (string). | [optional] |
2121

2222

2323

paas/docs/AssetInfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
| **ownerName** | **String** | Owner name | [optional] [readonly] |
2020
| **groups** | **List\<EntityInfo\>** | Groups | [optional] |
2121
| **ownerId** | **EntityId** | JSON object with Customer or Tenant Id | [optional] [readonly] |
22-
| **additionalInfo** | **com.fasterxml.jackson.databind.JsonNode** | Additional parameters of the asset | [optional] |
22+
| **additionalInfo** | **com.fasterxml.jackson.databind.JsonNode** | Additional parameters of the asset. May include: 'description' (string). | [optional] |
2323

2424

2525

paas/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

paas/docs/AuditLogStatusFilter.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

paas/docs/BaseReadTsKvQuery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10+
| **id** | **Integer** | | [optional] |
1011
| **key** | **String** | | [optional] |
1112
| **startTs** | **Long** | | [optional] |
1213
| **endTs** | **Long** | | [optional] |
1314
| **aggParameters** | **AggregationParams** | | [optional] |
1415
| **limit** | **Integer** | | [optional] |
1516
| **order** | **String** | | [optional] |
16-
| **id** | **Integer** | | [optional] |
1717
| **interval** | **Long** | | [optional] |
1818
| **aggregation** | **Aggregation** | | [optional] |
1919

paas/docs/CalculatedFieldConfiguration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10+
| **aiGenerated** | **Boolean** | | [optional] |
1011
| **output** | **Output** | | [optional] |
1112
| **type** | **String** | | |
1213

paas/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

paas/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

0 commit comments

Comments
 (0)