Create instance
POST/api/v1/object-types/:id/instances
Create a new instance of an object type. Properties are validated against the object type schema. Dual-writes to JSONB and relational stores.
Request
Responses
- 201
- 400
- 401
- 404
Instance created
Invalid request parameters
Missing or invalid API key
Resource not found