You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"type": "https://uri.etsi.org/ngsi-ld/errors/InvalidRequest",
"title": "The ['local'] parameters are not allowed on this endpoint. Accepted query parameters are 'options', 'count', 'offset', 'limit'. ",
"status": 400,
"detail": "If you have difficulty identifying the exact cause of the error, please check the list of some usual causes on https://stellio.readthedocs.io/en/latest/TROUBLESHOOT.html . If the error is still not clear or if you think it is a bug, feel free to open an issue on https://github.com/stellio-hub/stellio-context-broker",
"instance": "/ngsi-ld/v1/csourceRegistrations"
}
Making the request **without the type succeeds when it should fail ❌
Both of these are wrong according to 5.10.2 and table 6.8.3.2-1
5.10.2.4 Behaviour
-Execute the behaviour defined in clause 5.5.4 on JSON-LD validation.
At least one of the following input data shall be provided:
a) selector of Entity Types;
b) list of Attribute names;
c) NGSI-LD Query;
d) NGSI-LD GeoQuery.
If none of them is provided, then an error of type BadRequestData shall be raised (too wide query)
Table 6.8.3.2-1: Query parameters
At least one among: type, attrs, q, or georel shall be present.
The text was updated successfully, but these errors were encountered:
I have created a registration as shown, and I then want to discover it:
Making the request:
Results in the following error: ❌
Making the request **without the
type
succeeds when it should fail ❌Both of these are wrong according to 5.10.2 and table 6.8.3.2-1
The text was updated successfully, but these errors were encountered: