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
The update struct doesn't specify "omitempty" for its json marshalling. As a result, the client will send an explicit null value.
Unfortunately, github is inconsistent in how it treats this value on GHES vs GitHub proper (cloud) - specifying any value including null is not allowed in GHES.