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.
entities
Response
Successful Response
ok
entity
Single entity response
entities
message