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
{{ message }}
This repository was archived by the owner on Jul 11, 2019. It is now read-only.
When we call the endpoint PUT /projects/<user>/<project>/environments/<env> with an unknown parameter (in this example app_name), we receive the following response:
{
"error": {
"message":"app_name"
}
}
Maybe we should try to add more context (ie: "Unknow form field received: app_name",..)?