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

(-)a/api/v1/swagger/definitions/preservation_train_item.yaml (-3 / +5 lines)
Lines 27-34 properties: Link Here
27
    type:
27
    type:
28
      - array
28
      - array
29
      - "null"
29
      - "null"
30
  catalogue_item:
31
    description: xxx
32
    type:
33
      - object
34
      - "null"
30
35
31
additionalProperties: false
36
additionalProperties: false
32
required:
33
  - train_id
34
  - processing_id
(-)a/api/v1/swagger/paths/preservation_waiting_list.yaml (-7 lines)
Lines 130-141 Link Here
130
    x-koha-authorization:
130
    x-koha-authorization:
131
      permissions:
131
      permissions:
132
        preservation: 1
132
        preservation: 1
133
        description: |
134
          Internal server error. Possible `error_code` attribute values:
135
136
          * `internal_server_error`
137
        schema:
138
          $ref: "../swagger.yaml#/definitions/error"
139
/preservation/waiting-list/items/{item_id}:
133
/preservation/waiting-list/items/{item_id}:
140
  delete:
134
  delete:
141
    x-mojo-to: Preservation::WaitingList#remove_item
135
    x-mojo-to: Preservation::WaitingList#remove_item
142
- 

Return to bug 30708