Store Update
Update an entity (partial updates).
Example: POST /pulse/store/update { “id”: “todo_abc123”, “updates”: { “completed”: true, “completed_at”: “2024-01-01T12:00:00Z” } }
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
This endpoint expects an object.
id
Entity ID
updates
Partial updates to apply
Response
Successful Response
ok
entity
Single entity response
entities
message