SkillHub
Referencesync

Report installed state (coverage analytics)

POST
/sync/report

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/sync/report" \  -H "Content-Type: application/json" \  -d '{    "machineHash": "string",    "installed": [      {        "ref": "string",        "version": "string",        "scope": "project",        "agent": "string"      }    ]  }'
{  "accepted": true}