diff --git a/OpenApi/Annotations/config.php b/OpenApi/Annotations/config.php deleted file mode 100644 index f3d004ce..00000000 --- a/OpenApi/Annotations/config.php +++ /dev/null @@ -1,25 +0,0 @@ - [ - 'editAlert', - ], - 'paramRefsByMethod' => [ - ], - 'successResponseByMethod' => [ - 'getValuesForAlertInPast' => '#/components/responses/GenericArray', - 'getAlert' => '#/components/responses/Alert', - 'getAlerts' => '#/components/responses/AlertList', - 'addAlert' => '#/components/responses/GenericInteger', - 'editAlert' => '#/components/responses/GenericBoolean', - 'deleteAlert' => '#/components/responses/GenericSuccess', - 'getTriggeredAlerts' => '#/components/responses/AlertList', - ], -];