Create a simulator model revision.
required | Array of objects (Items) A list with a single item |
Successful Response
Bad Request
Forbidden
Internal Server Error
{- "items": [
- {
- "externalId": "string",
- "modelExternalId": "string",
- "description": "string",
- "fileId": 0,
- "externalDependencies": [
- {
- "file": {
- "id": 0
}, - "arguments": {
- "property1": "string",
- "property2": "string"
}
}
]
}
]
}{- "items": [
- {
- "dataSetId": 5559452808603919,
- "id": 0,
- "externalId": "string",
- "simulatorExternalId": "string",
- "modelExternalId": "string",
- "description": "string",
- "fileId": 0,
- "createdByUserId": "string",
- "status": "unknown",
- "statusMessage": "string",
- "versionNumber": 0,
- "logId": 0,
- "createdTime": 0,
- "lastUpdatedTime": 0,
- "externalDependencies": [
- {
- "file": {
- "id": 0
}, - "arguments": {
- "property1": "string",
- "property2": "string"
}
}
]
}
]
}