Skip to content

Instantly share code, notes, and snippets.

@riklaunim
Created March 8, 2016 10:12
Show Gist options
  • Save riklaunim/67eb734b1dbdf4637b48 to your computer and use it in GitHub Desktop.
Save riklaunim/67eb734b1dbdf4637b48 to your computer and use it in GitHub Desktop.
# DRF
{"errors":{"starts_at":["To pole jest wymagane."],"title":["To pole jest wymagane."],"contents":["To
pole jest wymagane."]}}
#DRF-JSONApi
{"errors":[{"source":{"pointer":"/data/attributes/contents"},"detail":"To pole jest wymagane.","status"
:"400"},{"source":{"pointer":"/data/attributes/starts-at"},"detail":"To pole jest wymagane.","status"
:"400"},{"source":{"pointer":"/data/attributes/title"},"detail":"To pole jest wymagane.","status":"400"
}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment