v12

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2021-08-2791118.4 KB
data

Post a new data object.

Post a new data object.

post/data

Request body

domainIdstring

Object domain ID

schemaUristring

Validation schema URI

contentobject required
tenantstring

Tenant ID

Example request

{
  "owners": [
    {
      "id": "123",
      "type": "user"
    }
  ]
}

Response

successful operation

Example response

{
  "data": {
    "owners": [
      {
        "id": "123",
        "type": "user"
      }
    ]
  }
}