Create or update spaces

Add or update (upsert) spaces. For unchanged space specifications, the operation completes without making any changes. We will not update the lastUpdatedTime value for spaces that remain unchanged.

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

Spaces to add or update.

required
Array of objects (SpaceCreateDefinition) [ 1 .. 100 ] items

List of spaces to create/update

Responses
200

List of spaces

400

The response for a failed request.

409

Space conflict

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