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
fix: invalid_input API errors may not return details (#507)
The create uploaded certificate endpoint may return the following error:
```
{
"error": {
"code": "invalid_input",
"message": "certificate must use larger key size"
}
}
```
This change ensure that we do not get a json unmarshal error (unexpected
end of json) while trying to parse a non-existing details data.
0 commit comments