Skip to content

Add tests for submitting meta #1500

Open
@bkoelman

Description

@bkoelman

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"
      }
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions