Browse Source

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 <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>
17.11.x
Lari Taskula 7 years ago
committed by Jonathan Druart
parent
commit
1f9e262ab5
  1. 1
      api/v1/swagger/swagger.json

1
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"
},

Loading…
Cancel
Save