Skip to content

Commit 9c236ea

Browse files
Update PE OpenAPI spec (from master)
1 parent 89cf16c commit 9c236ea

26 files changed

Lines changed: 108 additions & 25 deletions

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

pe/docs/CfReprocessingJobConfiguration.md

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

3940
#### EntityType (enum)

pe/docs/CfReprocessingJobResult.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
---

pe/docs/CfReprocessingTaskResult.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
| success | Boolean | | [optional] |
2525
| discarded | Boolean | | [optional] |
2626
| finishTs | Long | | [optional] |
27+
| error | String | | [optional] |
2728
| jobType | String | | |
2829

2930
#### CfReprocessingTaskFailure

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

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

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

pe/docs/Job.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
| success | Boolean | | [optional] |
109109
| discarded | Boolean | | [optional] |
110110
| finishTs | Long | | [optional] |
111+
| error | String | | [optional] |
111112
| jobType | String | | |
112113

113114
#### NotificationRequest

pe/docs/JobConfiguration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
| success | Boolean | | [optional] |
6363
| discarded | Boolean | | [optional] |
6464
| finishTs | Long | | [optional] |
65+
| error | String | | [optional] |
6566
| jobType | String | | |
6667

6768
#### NotificationRequest

pe/docs/JobResult.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Job execution result
4646
| success | Boolean | | [optional] |
4747
| discarded | Boolean | | [optional] |
4848
| finishTs | Long | | [optional] |
49+
| error | String | | [optional] |
4950
| jobType | String | | |
5051

5152
#### Report

0 commit comments

Comments
 (0)