Signed-off-by: yihong0618 <zouzou0208@gmail.com>tags/0.14.2
| ) | ) | ||||
| return response | return response | ||||
| else: | else: | ||||
| raise ValueError(f"Invalid http method {self.method}") | |||||
| raise ValueError(f"Invalid http method {method}") | |||||
| def _convert_body_property_any_of( | def _convert_body_property_any_of( | ||||
| self, property: dict[str, Any], value: Any, any_of: list[dict[str, Any]], max_recursive=10 | self, property: dict[str, Any], value: Any, any_of: list[dict[str, Any]], max_recursive=10 |