Skip to content

Commit dcbbcf2

Browse files
Update CE OpenAPI spec (from master)
1 parent 89cf16c commit dcbbcf2

18 files changed

Lines changed: 80 additions & 25 deletions

ce/docs/AiModel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
|------------ | ------------- | ------------- | -------------|
1010
| **id** | **AiModelId** | | [optional] |
1111
| **createdTime** | **Long** | Entity creation timestamp in milliseconds since Unix epoch | [optional] [readonly] |
12-
| **tenantId** | **TenantId** | JSON object representing the ID of the tenant associated with this AI model | [readonly] |
13-
| **version** | **Long** | Version of the AI model record; increments automatically whenever the record is changed | [readonly] |
12+
| **tenantId** | **TenantId** | JSON object representing the ID of the tenant associated with this AI model | [optional] [readonly] |
13+
| **version** | **Long** | Version of the AI model record; increments automatically whenever the record is changed | [optional] [readonly] |
1414
| **name** | **String** | Display name for this AI model configuration; not the technical model identifier | |
1515
| **_configuration** | **AiModelConfig** | Configuration of the AI model | [optional] |
1616

ce/docs/DummyJobConfiguration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Dummy job configuration
3939
| success | Boolean | | [optional] |
4040
| discarded | Boolean | | [optional] |
4141
| finishTs | Long | | [optional] |
42+
| error | String | | [optional] |
4243
| jobType | String | | |
4344

4445
---

ce/docs/DummyJobResult.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
| success | Boolean | | [optional] |
3636
| discarded | Boolean | | [optional] |
3737
| finishTs | Long | | [optional] |
38+
| error | String | | [optional] |
3839
| jobType | String | | |
3940

4041
---

ce/docs/DummyTaskResult.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
| success | Boolean | | [optional] |
2323
| discarded | Boolean | | [optional] |
2424
| finishTs | Long | | [optional] |
25+
| error | String | | [optional] |
2526
| jobType | String | | |
2627

2728
#### DummyTaskFailure

ce/docs/Job.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
| success | Boolean | | [optional] |
7878
| discarded | Boolean | | [optional] |
7979
| finishTs | Long | | [optional] |
80+
| error | String | | [optional] |
8081
| jobType | String | | |
8182

8283
---

ce/docs/JobConfiguration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
| success | Boolean | | [optional] |
3838
| discarded | Boolean | | [optional] |
3939
| finishTs | Long | | [optional] |
40+
| error | String | | [optional] |
4041
| jobType | String | | |
4142

4243
---

ce/docs/JobResult.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Job execution result
3636
| success | Boolean | | [optional] |
3737
| discarded | Boolean | | [optional] |
3838
| finishTs | Long | | [optional] |
39+
| error | String | | [optional] |
3940
| jobType | String | | |
4041

4142
---

ce/docs/PageDataAiModel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
|------|------|-------------|-------|
2424
| id | AiModelId | | [optional] |
2525
| createdTime | Long | Entity creation timestamp in milliseconds since Unix epoch | [optional] [readonly] |
26-
| tenantId | TenantId | JSON object representing the ID of the tenant associated with this AI model | [readonly] |
27-
| version | Long | Version of the AI model record; increments automatically whenever the record is changed | [readonly] |
26+
| tenantId | TenantId | JSON object representing the ID of the tenant associated with this AI model | [optional] [readonly] |
27+
| version | Long | Version of the AI model record; increments automatically whenever the record is changed | [optional] [readonly] |
2828
| name | String | Display name for this AI model configuration; not the technical model identifier | |
2929
| _configuration | AiModelConfig | Configuration of the AI model | [optional] |
3030

ce/docs/PageDataJob.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
| success | Boolean | | [optional] |
8686
| discarded | Boolean | | [optional] |
8787
| finishTs | Long | | [optional] |
88+
| error | String | | [optional] |
8889
| jobType | String | | |
8990

9091
---

ce/docs/PageDataRuleChain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
| id | RuleChainId | JSON object with the Rule Chain Id. Specify this field to update the Rule Chain. Referencing non-existing Rule Chain Id will cause error. Omit this field to create new rule chain. | [optional] |
2525
| createdTime | Long | Timestamp of the rule chain creation, in milliseconds | [optional] [readonly] |
2626
| additionalInfo | com.fasterxml.jackson.databind.JsonNode | | [optional] |
27-
| tenantId | TenantId | JSON object with Tenant Id. | [readonly] |
27+
| tenantId | TenantId | JSON object with Tenant Id. | [optional] [readonly] |
2828
| name | String | Rule Chain name | |
2929
| type | RuleChainType | Rule Chain type. 'EDGE' rule chains are processing messages on the edge devices only. | [optional] |
3030
| firstRuleNodeId | RuleNodeId | JSON object with Rule Chain Id. Pointer to the first rule node that should receive all messages pushed to this rule chain. | [optional] |

0 commit comments

Comments
 (0)