Skip to content

Commit fae2340

Browse files
committed
chore: update specs
1 parent 62d77d3 commit fae2340

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

specs.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4938,15 +4938,15 @@ paths:
49384938
required: true
49394939
schema:
49404940
type: string
4941-
example: '2025-04-01'
4941+
example: '2025-05-01'
49424942
- name: checkout
49434943
in: query
49444944
description: |
49454945
Check-out date, in ISO 8601 format (YYYY-MM-DD). Total length of stay cannot exceed 28 nights or 365 nights depending on Vacation Rental configurations.
49464946
required: true
49474947
schema:
49484948
type: string
4949-
example: '2025-04-03'
4949+
example: '2025-05-03'
49504950
- name: currency
49514951
in: query
49524952
description: |
@@ -6115,7 +6115,7 @@ paths:
61156115
If specified must also specify `checkout`.
61166116
schema:
61176117
type: string
6118-
example: '2025-04-01'
6118+
example: '2025-05-01'
61196119
- name: checkout
61206120
in: query
61216121
description: |
@@ -6124,7 +6124,7 @@ paths:
61246124
If specified must also specify `checkin`.<br>
61256125
schema:
61266126
type: string
6127-
example: '2025-04-03'
6127+
example: '2025-05-03'
61286128
- name: exclusion
61296129
in: query
61306130
description: |
@@ -7780,7 +7780,7 @@ paths:
77807780
schema:
77817781
type: string
77827782
format: date
7783-
example: '2025-04-15'
7783+
example: '2025-05-15'
77847784
- name: end_date
77857785
in: query
77867786
description: |
@@ -7789,7 +7789,7 @@ paths:
77897789
schema:
77907790
type: string
77917791
format: date
7792-
example: '2025-10-17'
7792+
example: '2025-11-17'
77937793
responses:
77947794
"200":
77957795
description: OK
@@ -21739,8 +21739,6 @@ components:
2173921739
type: array
2174021740
description: An array of traders.
2174121741
items:
21742-
required:
21743-
- contact_message
2174421742
type: object
2174521743
properties:
2174621744
name:

0 commit comments

Comments
 (0)