POST /v1/admin/sync/luna
Service: patient-graph · operationId: (none)
Sync Luna AI session summaries and recommendations into the patient graph
Required scopes
(no scope declared — review service config)
Responses
200 Sync completed
{
"type": "object",
"properties": {
"synced": {
"type": "integer"
},
"skipped": {
"type": "integer"
},
"errors": {
"type": "integer"
}
},
"required": [
"synced",
"skipped",
"errors"
]
}500 Internal error
{
"type": "object",
"properties": {
"error": {
"type": "string"
},
"message": {
"type": "string"
}
},
"required": [
"error",
"message"
]
}Example
curl -X POST https://patient-graph.platform.loop.health/v1/admin/sync/luna \
-H "Authorization: Bearer $ACCESS_TOKEN"Related
services/patient-graph— service overview- All endpoints — directory across services
- Auth model — how scopes are enforced