Skip to content
This repository was archived by the owner on Nov 16, 2018. It is now read-only.

Conversation

@boulaffasae
Copy link

In JSON API Development version (8.x-2.x-dev)
Request with _format=api_json cause the below error

{
  "errors": [
    {
      "title": "Bad Request",
      "status": 400,
      "detail": "JSON API does not need that ugly \u0027_format\u0027 query string! \ud83e\udd18 Use the URL provided in \u0027links\u0027 \ud83d\ude4f",
      "links": {
        "via": "http://example.com/jsonapi/node/{{resource}}/{{resource_uuid}}?_format=api_json",
        "info": "http://example.com/jsonapi/node/{{resource}}/{{resource_uuid}}"
      }
    }
  ],
  "jsonapi": {
    "version": "1.0",
    "meta": { "links": { "self": "http://jsonapi.org/format/1.0/" } }
  }
}

Note: the error occurs only for single resource node different than article.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant