Skip to content

Commit 324438f

Browse files
committed
Upgrade generated doc
1 parent 9e04c82 commit 324438f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/Models/RunTemplate.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**id** | **String** | the Solution Run Template id | [default to null]
77
**name** | **String** | the Run Template name | [optional] [default to null]
8+
**labels** | **Map** | a translated label with key as ISO 639-1 code | [optional] [default to null]
89
**description** | **String** | the Run Template description | [optional] [default to null]
910
**csmSimulation** | **String** | the Cosmo Tech simulation name. This information is send to the Engine. Mandatory information if no Engine is defined | [optional] [default to null]
1011
**tags** | **List** | the list of Run Template tags | [optional] [default to null]

openapi/plantuml/schemas.plantuml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ entity ResourceSizeInfo {
184184
entity RunTemplate {
185185
* id: String
186186
name: String
187+
labels: Map
187188
description: String
188189
csmSimulation: String
189190
tags: List<String>

0 commit comments

Comments
 (0)