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
Are not nullable columns that have a default value required? For instance, if a column is_completed has a default of false, then even if it's not included in the body, then the request still completes, thus not required. There's a special case for generated ids too, they shouldn't be included in the body.
Are not nullable columns that have a default value required? For instance, if a column
is_completed
has a default offalse
, then even if it's not included in the body, then the request still completes, thus not required. There's a special case for generatedid
s too, they shouldn't be included in the body.Originally posted by @laurenceisla in https://github.com/laurenceisla/postgrest-openapi/pull/3#discussion_r1198485530
The text was updated successfully, but these errors were encountered: