Closed yaroslavsudnik closed 7 years ago
Our POST-request API requires this id format:
{ "data": { "id": { "only": "organization" }, "type": "users", "attributes": { ... } } }
How can i achieve this? Thanks
Sorry, but the id and type must be string according to the specification http://jsonapi.org/format/#document-resource-object-identification
id
type
Our POST-request API requires this id format:
How can i achieve this? Thanks