This repository was archived by the owner on Jul 11, 2019. It is now read-only.

Description
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",..)?