From 675372704cbbd6bd9b683e852feb0a4ac3173089 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Thu, 28 Nov 2024 14:24:25 +0100 Subject: [PATCH] Update request --- docs/working-with-linked-data.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/working-with-linked-data.md b/docs/working-with-linked-data.md index 30cdec3..1a11ff6 100644 --- a/docs/working-with-linked-data.md +++ b/docs/working-with-linked-data.md @@ -537,7 +537,6 @@ The equivalent cUrl statement can be seen below: ```bash curl -G -X GET 'http://localhost:1026/ngsi-ld/v1/entities/' \ -H 'Link: ; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \ --H 'Content-Type: application/json' \ -H 'Accept: application/json' \ -d 'type=Shelf' \ -d 'options=keyValues' \