Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When creating a new resource adding relationship generates an error #41

Closed
oligus opened this issue Sep 29, 2018 · 0 comments
Closed

When creating a new resource adding relationship generates an error #41

oligus opened this issue Sep 29, 2018 · 0 comments
Assignees
Labels

Comments

@oligus
Copy link
Owner

oligus commented Sep 29, 2018

Description

When creating a new resource adding relationship generates an error.

{
  "data": {
    "type": "photos",
    "attributes": {
      "title": "Ember Hamster",
      "src": "http://example.com/images/productivity.png"
    },
    "relationships": {
      "photographer": {
        "data": { "type": "people", "id": "9" }
      }
    }
  }
}
@oligus oligus added the bug label Sep 29, 2018
@oligus oligus self-assigned this Sep 29, 2018
@oligus oligus closed this as completed Sep 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant