mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix: Fix eventFilter definition in ResponseDefinitions
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
8aae03c66c
commit
d3c06d5dea
2 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ namespace OCA\Webhooks;
|
|||
* httpMethod: string,
|
||||
* uri: string,
|
||||
* event?: string,
|
||||
* eventFilter?: array<mixed>,
|
||||
* eventFilter?: array<string,mixed>,
|
||||
* headers?: array<string,string>,
|
||||
* authMethod: string,
|
||||
* authData?: array<string,mixed>,
|
||||
|
|
|
|||
|
|
@ -46,8 +46,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"eventFilter": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "object"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue