mirror of
https://github.com/discord/discord-api-spec.git
synced 2026-06-25 07:40:34 -04:00
remove optional/nullable known issue in README
This was fixed a while ago
This commit is contained in:
parent
fec1e3f1d7
commit
2884427060
1 changed files with 1 additions and 2 deletions
|
|
@ -30,7 +30,6 @@ 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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue