Create an ingestion rule
POST/api/v1/ingestion-rules
Creates a rule mapping a content_type glob to a converter. Exactly one of tool_id or agent_id must be set.
Request
Responses
- 201
- 400
- 401
- 403
- 409
- 500
Ingestion rule created
Validation failed (e.g. tool_id and agent_id both set or both missing)
Unauthorized
Forbidden
A rule for this content_type_glob already exists in the project
Internal server error