Skip to content

Relation type is required. #168

@mzahirr

Description

@mzahirr

Hi ,

I'm getting this error if there is no type parameters in my relation object 'The member type is required.'

Do you really need the type parameter in relationships ? Is there any way to overcome this?

Thanks

{
"data": {
"type": "tickets",
"attributes": {
"duedate" : "",
"subject" : "test_subject",
"detail" : "test_detail"

},
"relationships": {
		"slaplan": {
			"data": {
				"id": "1"
			}
		},

}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions