@@ -, +, @@ --- Koha/REST/Plugin/Query.pm | 4 +++- api/v1/swagger/paths/acquisitions_baskets.yaml | 1 + api/v1/swagger/paths/suggestions.yaml | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) --- a/Koha/REST/Plugin/Query.pm +++ a/Koha/REST/Plugin/Query.pm @@ -228,7 +228,9 @@ Merges parameters from $q_params into $filtered_params. =head3 stash_embed - $c->stash_embed( ); + $c->stash_embed(); + +Unwraps and stashes the x-koha-embed headers for use later query construction =cut --- a/api/v1/swagger/paths/acquisitions_baskets.yaml +++ a/api/v1/swagger/paths/acquisitions_baskets.yaml @@ -24,6 +24,7 @@ type: string enum: - extended_attributes + collectionFormat: csv produces: - application/json responses: --- a/api/v1/swagger/paths/suggestions.yaml +++ a/api/v1/swagger/paths/suggestions.yaml @@ -240,6 +240,7 @@ type: string enum: - extended_attributes + collectionFormat: csv produces: - application/json responses: --