Capture durable ContentSource evidence

POST
/v1/sources/content

Accept raw content as an idempotent Source without synchronously deriving Artifacts.

Authorization

BearerAuth
AuthorizationBearer <token>

Static bearer token used when local Server authentication is enabled.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/sources/content" \  -H "Content-Type: application/json" \  -d '{    "scope_id": "string",    "source_id": "string",    "content": "string"  }'
{  "status": "accepted",  "source": {    "name": "string",    "source_id": "string"  },  "position": 1}