Store Batch Create

Create multiple entities.

Example: POST /pulse/store/batch/create { “entities”: [ {“type”: “todo”, “data”: {“title”: “Task 1”}}, {“type”: “todo”, “data”: {“title”: “Task 2”}} ] }

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
entitieslist of objectsRequired

Response

Successful Response
okboolean or nullDefaults to true
entityobject or null
Single entity response
entitieslist of objects or null
messagestring or null

Errors