Athena
Pipeline templatesTemplate_name

Create or update a database-backed pipeline template

PUT
/admin/pipeline-templates/{template_name}

Path Parameters

template_name*string

Header Parameters

X-Athena-Key*string

Request Body

application/json

definition*object

Full pipeline definition to persist (source/transform/sink only; no dry_run).

metadata?

Response Body

application/json

curl -X PUT "https://athena-cluster.com/admin/pipeline-templates/string" \  -H "X-Athena-Key: string" \  -H "Content-Type: application/json" \  -d '{    "definition": {}  }'
Empty
Empty
Empty
{
  "status": "error",
  "message": "string",
  "error": "string"
}