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
2408b779
Commit
2408b779
authored
Nov 23, 2018
by
canterafonsj
Browse files
Fix tags
parent
39100404
Changes
3
Hide whitespace changes
Inline
Side-by-side
spec/updated/subscription-by-id-spec.json
View file @
2408b779
...
...
@@ -23,7 +23,7 @@
"get"
:
{
"description"
:
"Retrieves a specific Subscription from an NGSI-LD system"
,
"operationId"
:
"retrieveSubscription"
,
"tags"
:
[
"Context Subscription
s
"
],
"tags"
:
[
"Context Subscription"
],
"parameters"
:
[
{
"$ref"
:
"#/components/parameters/subscriptionId"
...
...
@@ -70,7 +70,7 @@
"patch"
:
{
"description"
:
"Updates a specific Subscription within an NGSI-LD system"
,
"operationId"
:
"updateSubscription"
,
"tags"
:
[
"Subscription
s
"
],
"tags"
:
[
"
Context
Subscription"
],
"parameters"
:
[
{
"$ref"
:
"#/components/parameters/subscriptionId"
...
...
@@ -115,7 +115,7 @@
"delete"
:
{
"description"
:
"Removes a specific Subscription from an NGSI-LD system"
,
"operationId"
:
"removeSubscription"
,
"tags"
:
[
"Subscription
s
"
],
"tags"
:
[
"
Context
Subscription"
],
"parameters"
:
[
{
"$ref"
:
"#/components/parameters/subscriptionId"
...
...
spec/updated/subscriptions-spec.json
View file @
2408b779
...
...
@@ -24,7 +24,7 @@
"description"
:
"Retrieves the subscriptions available in an NGSI-LD system"
,
"operationId"
:
"retrieveSubscriptions"
,
"tags"
:[
"Subscription
s
"
"
Context
Subscription"
],
"parameters"
:
[
{
...
...
@@ -63,7 +63,7 @@
"description"
:
"Creates a new Subscription within an NGSI-LD system"
,
"operationId"
:
"createSubscription"
,
"tags"
:[
"Subscription
s
"
"
Context
Subscription"
],
"requestBody"
:
{
"required"
:
true
,
...
...
spec/updated/temporal/temporal-entity-by-id-spec.json
View file @
2408b779
...
...
@@ -11,6 +11,7 @@
"get"
:
{
"description"
:
"Retrieve the temporal representation of an specific Entity from an NGSI-LD system. It's possible to specify the Entity attributes to be retrieved by using query parameters"
,
"operationId"
:
"retrieveEntityTemporalById"
,
"tags"
:
[
"Temporal Evolution"
],
"parameters"
:
[
{
"$ref"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/spec/updated/entity-by-id-spec.json#/components/parameters/entityId"
...
...
@@ -81,6 +82,7 @@
"delete"
:
{
"description"
:
"Removes the temporal representation of an Entity from an NGSI-LD system"
,
"operationId"
:
"removeEntityTemporalById"
,
"tags"
:
[
"Temporal Evolution"
],
"parameters"
:
[
{
"$ref"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/spec/updated/entity-by-id-spec.json#/components/parameters/entityId"
...
...
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