Create Simulator Model Revision

Create a simulator model revision.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required
required
Array of objects (Items)

A list with a single item

deleteOldest
boolean (DeleteOldest)
Default: false

When true, deletes the oldest revisions for the model, keeping only the newest revisions up to the per model limit.

Responses
201

Successful Response

400

Bad Request

403

Forbidden

500

Internal Server Error

post/simulators/models/revisions
Request samples
application/json
{
  • "items": [
    • {
      }
    ],
  • "deleteOldest": false
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}