diff --git a/apps/webhook_listeners/lib/Controller/WebhooksController.php b/apps/webhook_listeners/lib/Controller/WebhooksController.php index ef8e2e1e244..cf541487951 100644 --- a/apps/webhook_listeners/lib/Controller/WebhooksController.php +++ b/apps/webhook_listeners/lib/Controller/WebhooksController.php @@ -110,7 +110,7 @@ class WebhooksController extends OCSController { * @param ?array $eventFilter Mongo filter to apply to the serialized data to decide if firing * @param ?string $userIdFilter User id to filter on. The webhook will only be called by requests from this user. Empty or null means no filtering. * @param ?array $headers Array of headers to send - * @param "none"|"headers"|null $authMethod Authentication method to use + * @param "none"|"header"|null $authMethod Authentication method to use * @param ?array $authData Array of data for authentication * * @return DataResponse @@ -178,7 +178,7 @@ class WebhooksController extends OCSController { * @param ?array $eventFilter Mongo filter to apply to the serialized data to decide if firing * @param ?string $userIdFilter User id to filter on. The webhook will only be called by requests from this user. Empty or null means no filtering. * @param ?array $headers Array of headers to send - * @param "none"|"headers"|null $authMethod Authentication method to use + * @param "none"|"header"|null $authMethod Authentication method to use * @param ?array $authData Array of data for authentication * * @return DataResponse