From 271fdbbf81c8d8f13604e18c128279647563499e Mon Sep 17 00:00:00 2001 From: Lari Taskula Date: Tue, 21 Feb 2017 19:55:28 +0200 Subject: [PATCH] Bug 18137: Remove x-mojo-around-action Mojolicious::Plugin::OpenAPI does not support x-mojo-around action. This patch removes it from our specification document. Signed-off-by: Olli-Antti Kivilahti Signed-off-by: Josef Moravec Signed-off-by: Tomas Cohen Arazi --- api/v1/swagger/swagger.json | 1 - 1 file changed, 1 deletion(-) diff --git a/api/v1/swagger/swagger.json b/api/v1/swagger/swagger.json index 4cf17a0..d1c80e4 100644 --- a/api/v1/swagger/swagger.json +++ b/api/v1/swagger/swagger.json @@ -13,7 +13,6 @@ } }, "basePath": "/api/v1", - "x-mojo-around-action": "Koha::REST::V1::authenticate_api_request", "paths": { "$ref": "paths.json" }, -- 2.7.4