Store Create
Create a new entity.
Example: POST /pulse/store/create { “type”: “todo”, “data”: { “title”: “Buy milk”, “completed”: false } }
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
This endpoint expects an object.
type
Entity type (e.g., ‘todo’, ‘note’, ‘task’)
data
Entity data
Response
Successful Response
ok
entity
Single entity response
entities
message