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 description for PATCH /machine-config was reusing the schema for the
PUT request, which specified default values and required fields that do
not apply to the PATCH request. This was wrong, because the defaults for
the PATCH are `null` for all fields (e.g. "leave as is), and no field is
required.
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments