mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-03 02:55:29 +08:00
### What problem does this PR solve? Feat: Set the return value of the webhook to a string. #10427 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -1037,3 +1037,9 @@ export enum WebhookRequestParameters {
|
||||
Number = TypesWithArray.Number,
|
||||
Boolean = TypesWithArray.Boolean,
|
||||
}
|
||||
|
||||
export enum WebhookStatus {
|
||||
Testing = 'testing',
|
||||
Live = 'live',
|
||||
Stopped = 'stopped',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user