-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Description
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
Labels
No labels