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
E.g.:
```
$ cat foo | http PATCH 127.0.0.1:2001/v2/images/PHPInfo/phpinfo-server
HTTP/1.1 400 Bad Request
...
{
"errors": [
{
"message": "[jsonapi unmarshalNode]: Can't unmarshal map[min_containers:2 max_containers:5] () to struct field `Scaling`, which is a pointer to `Scaling` (struct), which is not a supported type",
"status": 400
}
]
}
```
expectedErrorMessage:="[jsonapi unmarshalNode]: Can't unmarshal true (bool) to struct field `Name`, which is a pointer to `string` (string), which is not a supported type"
0 commit comments