You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"errors": [
{
"detail": "Received data is not a valid JSONAPI Resource Identifier Object",
"status": "400",
"source": {
"pointer": "/data"
},
"code": "parse_error"
}
]
}
How could I pass this error?
Is it possible to send an array of data?
The text was updated successfully, but these errors were encountered:
skonik
changed the title
POST list data returns Received data is not a valid JSONAPI Resource Identifier Object
POST list data returns "Received data is not a valid JSONAPI Resource Identifier Object
Oct 13, 2020
skonik
changed the title
POST list data returns "Received data is not a valid JSONAPI Resource Identifier Object
POST list data returns "Received data is not a valid JSONAPI Resource Identifier Object"
Oct 13, 2020
Hi there.
I have API endpoint which receives list of items. I need an array of items as input
But when I try to post data in such way:
I always get this error:
How could I pass this error?
Is it possible to send an array of data?
The text was updated successfully, but these errors were encountered: