mirror of
https://github.com/foomo/contentful.git
synced 2025-10-16 12:25:37 +00:00
http2curl moved to a new import path. type Collection has two new fields which might contain errors. Those fields are optional to check if some structure on contentful backend side was incorrectly configured.
20 lines
438 B
JSON
20 lines
438 B
JSON
{
|
|
"sys": {
|
|
"type": "Error",
|
|
"id": "InvalidQuery"
|
|
},
|
|
"message": "The query you sent was invalid. Probably a filter or ordering specification is not applicable to the type of a field.",
|
|
"details": {
|
|
"errors": [
|
|
{
|
|
"name": "unknown",
|
|
"path": [
|
|
"name"
|
|
],
|
|
"details": "The path \"name\" is not recognized"
|
|
}
|
|
]
|
|
},
|
|
"requestId": "33b477ec47188a1aa83cb510f4a8bd7b"
|
|
}
|