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
Input validation fails when updating a host.v1 config that does not use the proxy field. I didn't expect it to be required.
{
"cause": {
"field": "proxy.type",
"reason": "proxy.type is invalid: proxy.type: proxy.type must be one of the following: \"http\"",
"value": ""
},
"code": "COULD_NOT_VALIDATE",
"message": "The supplied request contains an invalid document or no valid accept content were available, see cause",
"requestId": "JOuLW2j6V"
}
The text was updated successfully, but these errors were encountered:
Input validation fails when updating a host.v1 config that does not use the proxy field. I didn't expect it to be required.
The text was updated successfully, but these errors were encountered: