Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CIM - Context Information Management
NGSI-LD API
Commits
5198143a
Commit
5198143a
authored
Nov 20, 2018
by
canterafonsj
Browse files
Entity By Id Refined
parent
3b958f36
Changes
1
Show whitespace changes
Inline
Side-by-side
spec/updated/entity-by-id-spec.json
View file @
5198143a
...
...
@@ -51,8 +51,7 @@
},
{
"$ref"
:
"#/components/parameters/type"
},
}
],
"responses"
:
{
"200"
:
{
...
...
@@ -79,6 +78,53 @@
}
}
}
},
"404"
:
{
"description"
:
"Not Found"
,
"content"
:
{
"application/json;application/ld+json"
:
{
"schema"
:
{
"$ref"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails"
}
}
}
}
}
},
"delete"
:
{
"description"
:
"Removes an specific Entity from an NGSI-LD system"
,
"operationId"
:
"removeEntityById"
,
"parameters"
:
[
{
"$ref"
:
"#/components/parameters/entityId"
},
{
"$ref"
:
"#/components/parameters/type"
}
],
"responses"
:
{
"204"
:
{
"description"
:
"No Content. The entity was removed successfully"
},
"400"
:
{
"description"
:
"Bad Request"
,
"content"
:
{
"application/json;application/ld+json"
:
{
"schema"
:
{
"$ref"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails"
}
}
}
},
"404"
:
{
"description"
:
"Not Found"
,
"content"
:
{
"application/json;application/ld+json"
:
{
"schema"
:
{
"$ref"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/ProblemDetails"
}
}
}
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment