dify/api/core/trigger/entities
Harry c78bd492af feat(trigger): add supported creation methods to TriggerProviderApiEntity
- Introduced a new field `supported_creation_methods` in `TriggerProviderApiEntity` to specify the available methods for creating triggers, including OAUTH, APIKEY, and MANUAL.
- Updated the `PluginTriggerProviderController` to populate this field based on the entity's schemas, enhancing the API's clarity and usability.

These changes improve the flexibility and configurability of trigger providers within the application.
2025-09-15 17:01:29 +08:00
..
api_entities.py feat(trigger): add supported creation methods to TriggerProviderApiEntity 2025-09-15 17:01:29 +08:00
entities.py feat(trigger): add supported creation methods to TriggerProviderApiEntity 2025-09-15 17:01:29 +08:00