diff --git a/OpenApi/Annotations/config.php b/OpenApi/Annotations/config.php new file mode 100644 index 00000000..f3d004ce --- /dev/null +++ b/OpenApi/Annotations/config.php @@ -0,0 +1,25 @@ + [ + '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', + ], +];