VirtuousAI
ReferenceDemo

Sync Source

Stub endpoint to simulate source sync.

POST
/api/demo/sources/{source_id}/sync

Path Parameters

source_id*string

Response Body

application/json

application/json

curl -X POST "https://loading/api/demo/sources/string/sync"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}