Register a worker-owned Source Definition manifest
Registers an immutable declarative manifest without loading worker plugin code.
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
curl -X POST "https://example.com/v1/source-definitions/register" \ -H "Content-Type: application/json" \ -d '{ "manifest": { "name": "string", "version": "string", "fingerprint": "string", "source_schema": {}, "projections": [ { "key": { "name": "string", "version": "string" }, "schema": {} } ] } }'{ "name": "string", "version": "string", "fingerprint": "string", "source_schema": {}, "projections": [ { "key": { "name": "string", "version": "string" }, "schema": {} } ]}
