https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36546 --- Comment #14 from David Cook <dcook@prosentient.com.au> --- Comment on attachment 165412 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=165412 Bug 36546: Add a bundled version of the API spec Review of attachment 165412: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=36546&attachment=165412) ----------------------------------------------------------------- ::: Koha/REST/V1.pm @@ +75,4 @@
$self->secrets([$secret_passphrase]); }
+ my $spec_file = $self->home->rel_file("api/v1/swagger/swagger_bundle.yaml");
Perhaps we should test for "swagger_bundle.yaml" and fallback to "swagger.yaml" if it's unavailable? -- You are receiving this mail because: You are watching all bug changes.