We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d297d4 commit d0fbdb5Copy full SHA for d0fbdb5
.fernignore
@@ -2,3 +2,8 @@
2
banner.png
3
README.md
4
changelog.md
5
+
6
+# BatchDeleteObjectRecordsRequestIdentifiersIds.ids is a required field (per OpenAPI spec)
7
+# but the generated test instantiates the class with no arguments, causing a Pydantic
8
+# ValidationError. Fixed to pass ids=[1, 2, 3]. Protected until Fern fixes the generator.
9
+tests/wire/test_customObjects.py
0 commit comments