fix: API V1 cancellationReason fallback/default and doc update (#18946)

* adds fallback/default cancellationReason

* add doc update
This commit is contained in:
Syed Ali Shahbaz
2025-01-28 15:52:37 -03:00
committed by GitHub
parent f8a443557a
commit 2646f57da4
3 changed files with 21 additions and 3 deletions
+2 -2
View File
@@ -1523,11 +1523,11 @@
{
"in": "query",
"name": "cancellationReason",
"required": false,
"required": true,
"schema": {
"type": "string"
},
"description": "The reason for cancellation of the booking"
"description": "The reason for cancellation of the booking, not required except for hosts"
}
],
"tags": ["Bookings"],