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
An enterprise customer tried to update their production branch with a PATCH to https://api.netlify.com/api/v1/sites/{site_id} and payload {build_settings: {repo_branch: "branch"}}
but our UI makes a PUT to the same endpoints with payload {build_settings: {branch: "branch"}}
The text was updated successfully, but these errors were encountered:
An enterprise customer tried to update their production branch with a PATCH to
https://api.netlify.com/api/v1/sites/{site_id}
and payload{build_settings: {repo_branch: "branch"}}
but our UI makes a PUT to the same endpoints with payload
{build_settings: {branch: "branch"}}
The text was updated successfully, but these errors were encountered: