You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
team-organization does not specify that null is an acceptable value for company and email properties. Neither does organization-full yet my org has a null email and company.
Expected
The company and email properties can be null.
Reproduction Steps
$ curl -X POST https://api.github.com/orgs/DriscollsInc
company and email are null and, to be frank, I don't even know how I'd go about setting company on this Org at this point.
The text was updated successfully, but these errors were encountered:
Schema Inaccuracy
team-organization
does not specify thatnull
is an acceptable value forcompany
andemail
properties. Neither doesorganization-full
yet my org has a null email and company.Expected
The
company
andemail
properties can benull
.Reproduction Steps
company
andemail
arenull
and, to be frank, I don't even know how I'd go about settingcompany
on this Org at this point.The text was updated successfully, but these errors were encountered: