We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcac1df + 77d7d71 commit b13242fCopy full SHA for b13242f
bookings/components/preorders/view-preorder.yaml
@@ -68,4 +68,4 @@ items:
68
type: array
69
description: An array of items in the booking.
70
properties:
71
- $ref: view-preorder-item.yaml
+ $ref: "./view-preorder-item.yaml"
bookings/components/view-booking.yaml
@@ -327,7 +327,9 @@ properties:
327
example: true
328
preorders:
329
330
- description: An array of preorders for the booking.
+ description: >-
331
+ An array of preorders for the booking. This is not included by default,
332
+ but can be included by setting `include_preorders` to true in the query parameters.
333
334
$ref: "preorders/view-preorder.yaml"
335
0 commit comments