Retry failed property constraints

Required capabilities: DataModelsAcl:WRITE

Triggers a retry of failed constraints on the given properties. This includes nullable, maxListSize and maxTextSize.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required

List of references to properties with property-level constraints that you want to retry.

required
Array of objects (ContainerSubObjectIdentifier) [ 1 .. 10 ] items
Responses
200

List of External id(s) for the affected items

400

The response for a failed request.

post/models/containers/properties/retry
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}