Closed Metalzoid closed 3 months ago
Hey ! It's me, again .. ahah
I try to make Boolean in the request_body...
If String, the schema is this : { availability: { start_date: string end_date: string available: string }}
{ availability: { start_date: string end_date: string available: string }}
But if it's Boolean : : any
: any
And another for the date, if i type Date, return String, and Datetime return : : any
Thx
Hey ! It's me, again .. ahah
I try to make Boolean in the request_body...
If String, the schema is this :
{ availability: { start_date: string end_date: string available: string }}
But if it's Boolean :
: any
And another for the date, if i type Date, return String, and Datetime return :
: any
Thx