remove optional/nullable known issue in README

This was fixed a while ago
This commit is contained in:
advaith 2026-06-24 16:47:10 -07:00 committed by GitHub
parent fec1e3f1d7
commit 2884427060
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 itll 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 dont have descriptions.
- Operations dont have tags.
- Flag fields dont detail specific flag values and their meaning.
- Optional query args are typed as nullable, even though it doesnt make much sense.
- Optional query args are typed as nullable, even though it doesnt make much sense.