Healthstack-Adapter > healthstack.backend.integration.adapter > HealthStackBackendAPI > sync

sync

[androidJvm]\

@POST(value = "/api/projects/{projectId}/health-data")

abstract suspend fun sync(@Header(value = "id-token")idToken: String, @Path(value = "projectId")projectId: String, @BodyhealthData: HealthData)