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
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",..)?
When we call the endpoint
PUT /projects/<user>/<project>/environments/<env>with an unknown parameter (in this exampleapp_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",..)?