Register Sdg Adapter
POST/sdg/adapters
Register a new SDG adapter pipeline in a workspace.
workspace_id is required — there is no default-workspace fallback for an omitted one.
Caller must be a platform admin or a workspace admin/editor there. The adapter's name
must be unique among the workspace's live (non-soft-deleted) adapters; a job_config, if
supplied, is checked for a JSON object carrying a schema_version this build understands,
so a malformed payload is refused synchronously rather than surfacing as a failed run later.
Request
Responses
- 201
- 403
- 404
- 409
- 422
Successful Response
Forbidden
Not Found
Conflict
Unprocessable Entity