Create label definitions.

Creates label definitions that can be used across different resource types. The label definitions are uniquely identified by their external id.

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

List of label definitions to create

required
Array of objects (ExternalLabelDefinition) [ 1 .. 1000 ] items unique
Responses
201

A list of label definitions.

400

The response for a failed request.

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