View | Details | Raw Unified | Return to bug 30536
Collapse All | Expand All

(-)a/Koha/REST/Plugin/Query.pm (-1 / +3 lines)
Lines 228-234 Merges parameters from $q_params into $filtered_params. Link Here
228
228
229
=head3 stash_embed
229
=head3 stash_embed
230
230
231
    $c->stash_embed( );
231
    $c->stash_embed();
232
233
Unwraps and stashes the x-koha-embed headers for use later query construction
232
234
233
=cut
235
=cut
234
236
(-)a/api/v1/swagger/paths/acquisitions_baskets.yaml (+1 lines)
Lines 24-29 Link Here
24
          type: string
24
          type: string
25
          enum:
25
          enum:
26
            - extended_attributes
26
            - extended_attributes
27
        collectionFormat: csv
27
    produces:
28
    produces:
28
      - application/json
29
      - application/json
29
    responses:
30
    responses:
(-)a/api/v1/swagger/paths/suggestions.yaml (-1 / +1 lines)
Lines 240-245 Link Here
240
          type: string
240
          type: string
241
          enum:
241
          enum:
242
            - extended_attributes
242
            - extended_attributes
243
        collectionFormat: csv
243
    produces:
244
    produces:
244
      - application/json
245
      - application/json
245
    responses:
246
    responses:
246
- 

Return to bug 30536