Skip to content

Validation Messages Spec #115

Open
Open
@JackyChiu

Description

@JackyChiu

Looking at the API spec I noticed that the clients are expecting validation errors in the form of

{
  "errors":{
    "body": [
      "can't be empty"
    ]
  }
}

However, I didn't see any specs about the validation messages expected. I think this would be helpful knowing what types of validation errors we should be looking out for

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