Bug 18137: Remove x-mojo-around-action
authorLari Taskula <lari.taskula@jns.fi>
Tue, 21 Feb 2017 17:55:28 +0000 (19:55 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 21 Sep 2017 14:27:05 +0000 (11:27 -0300)
Mojolicious::Plugin::OpenAPI does not support x-mojo-around action. This patch
removes it from our specification document.

Signed-off-by: Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi>

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

api/v1/swagger/swagger.json

index 4cf17a0..d1c80e4 100644 (file)
@@ -13,7 +13,6 @@
     }
   },
   "basePath": "/api/v1",
-  "x-mojo-around-action": "Koha::REST::V1::authenticate_api_request",
   "paths": {
     "$ref": "paths.json"
   },