fix: API V1 cancellationReason fallback/default and doc update (#18946)
* adds fallback/default cancellationReason * add doc update
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user