Update a simulator model.
required | Array of objects (Items) A list with a single item |
Successful Response
Bad Request
Forbidden
Internal Server Error
{- "items": [
- {
- "id": 0,
- "update": {
- "name": {
- "set": "Model for PROSPER"
}, - "description": {
- "set": "string"
}
}
}
]
}
{- "items": [
- {
- "dataSetId": 5559452808603919,
- "id": 0,
- "externalId": "string",
- "simulatorExternalId": "string",
- "name": "string",
- "description": "string",
- "type": "string",
- "createdTime": 0,
- "lastUpdatedTime": 0
}
]
}