Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add tests for submitting meta #1500

Copy link
Copy link
@bkoelman

Description

@bkoelman
Issue body actions

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.