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

Improve error message for UnknownFormFieldError #71

@kdisneur

Description

@kdisneur

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions