-
-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Labels
Description
There is no test coverage for sending meta in request bodies.
For example:
POST /api/people HTTP/1.1
{
"data": {
"type": "people",
"attributes": {
"firstName": "John",
"lastName": "Doe"
}
},
"meta": {
"root": {
"child": {
"key-A": "value-A",
"key-B": "value-B"
}
}
}
}
Jeeva7RP-DevEng and mrmarcosmagalhaes