Lines 62-69
Link Here
|
62 |
items: |
62 |
items: |
63 |
$ref: "../swagger.yaml#/definitions/preservation_train" |
63 |
$ref: "../swagger.yaml#/definitions/preservation_train" |
64 |
type: array |
64 |
type: array |
65 |
400: |
65 |
"400": |
66 |
description: Bad request |
66 |
description: | |
|
|
67 |
Bad request. Possible `error_code` attribute values: |
68 |
|
69 |
* `invalid_query` |
67 |
schema: |
70 |
schema: |
68 |
$ref: "../swagger.yaml#/definitions/error" |
71 |
$ref: "../swagger.yaml#/definitions/error" |
69 |
403: |
72 |
403: |
Lines 178-183
Link Here
|
178 |
schema: |
181 |
schema: |
179 |
items: |
182 |
items: |
180 |
$ref: "../swagger.yaml#/definitions/preservation_train" |
183 |
$ref: "../swagger.yaml#/definitions/preservation_train" |
|
|
184 |
"400": |
185 |
description: | |
186 |
Bad request. Possible `error_code` attribute values: |
187 |
|
188 |
* `invalid_query` |
189 |
schema: |
190 |
$ref: "../swagger.yaml#/definitions/error" |
181 |
401: |
191 |
401: |
182 |
description: Authentication required |
192 |
description: Authentication required |
183 |
schema: |
193 |
schema: |
Lines 228-235
Link Here
|
228 |
schema: |
238 |
schema: |
229 |
items: |
239 |
items: |
230 |
$ref: "../swagger.yaml#/definitions/preservation_train" |
240 |
$ref: "../swagger.yaml#/definitions/preservation_train" |
231 |
400: |
241 |
"400": |
232 |
description: Bad parameter |
242 |
description: | |
|
|
243 |
Bad request. Possible `error_code` attribute values: |
244 |
|
245 |
* `invalid_query` |
233 |
schema: |
246 |
schema: |
234 |
$ref: "../swagger.yaml#/definitions/error" |
247 |
$ref: "../swagger.yaml#/definitions/error" |
235 |
403: |
248 |
403: |
Lines 399-406
Link Here
|
399 |
type: array |
412 |
type: array |
400 |
items: |
413 |
items: |
401 |
type: object |
414 |
type: object |
402 |
400: |
415 |
"400": |
403 |
description: Bad parameter |
416 |
description: | |
|
|
417 |
Bad request. Possible `error_code` attribute values: |
418 |
|
419 |
* `invalid_query` |
404 |
schema: |
420 |
schema: |
405 |
$ref: "../swagger.yaml#/definitions/error" |
421 |
$ref: "../swagger.yaml#/definitions/error" |
406 |
401: |
422 |
401: |
Lines 578-583
Link Here
|
578 |
description: An item in train |
594 |
description: An item in train |
579 |
schema: |
595 |
schema: |
580 |
$ref: "../swagger.yaml#/definitions/preservation_train_item" |
596 |
$ref: "../swagger.yaml#/definitions/preservation_train_item" |
|
|
597 |
"400": |
598 |
description: | |
599 |
Bad request. Possible `error_code` attribute values: |
600 |
|
601 |
* `invalid_query` |
602 |
schema: |
603 |
$ref: "../swagger.yaml#/definitions/error" |
581 |
401: |
604 |
401: |
582 |
description: Authentication required |
605 |
description: Authentication required |
583 |
schema: |
606 |
schema: |