From 288442706037274812247269456d876ac1a5d9af Mon Sep 17 00:00:00 2001 From: advaith Date: Wed, 24 Jun 2026 16:47:10 -0700 Subject: [PATCH] remove optional/nullable known issue in README This was fixed a while ago --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 76fdcaf..28cc9d1 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,7 @@ OpenAPI spec contents are automatically generated, and therefore **we do not all - Some fields typed as strings in our docs may be typed as ints in the spec. Our API accepts strings for int fields if they are parseable as ints. We think it’ll be more precise to spec these int-parseable strings as ints. ## Known issues -- (almost) All nullable fields are additionally marked as optional and all optional fields are additionally marked as nullable. - Operations and fields don’t have descriptions. - Operations don’t have tags. - Flag fields don’t detail specific flag values and their meaning. -- Optional query args are typed as nullable, even though it doesn’t make much sense. \ No newline at end of file +- Optional query args are typed as nullable, even though it doesn’t make much sense.