Skip to content

Incorrect message detail in HasOneValidator #12

Closed
@lindyhopchris

Description

@lindyhopchris

The following error message from a HasOneValidator is not adding the relationship name to the detail member:

{
    "status": "400",
    "code": "required",
    "title": "Required Relationship",
    "detail": "Missing required relationship \"%s\".",
    "source": {
        "pointer": "\/data\/relationships\/application"
    }
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions