Update feed schemas programmatically via the Ingest API - infrastructure-as-code for your data pipeline.
API capabilities:
# Add fields, modify types, adjust mappings
POST /api/schema/update
{
"add_fields": [...],
"modify_types": [...],
"preview": true # See changes before committing
}
Features:
Version control - Schema changes in your CI/CD pipeline
Breaking change detection - API validates before applying
Preview mode - See how changes affect existing data
Rollback support - Revert if issues arise
Essential for teams managing dev/staging/production environments. Visual admin UI for exploration, API for deployment.