Created
July 16, 2014 23:50
-
-
Save tcannonfodder/9ca5d465b92d59e43799 to your computer and use it in GitHub Desktop.
Freckle API v2 Error Message Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"message": "you don't have permission to filter by imports", | |
"errors": [ | |
{ | |
"resource": "Entry", | |
"code": "insufficent_permissions", | |
"field": "import_ids" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment