Commit 0ae6c918 authored by canterafonsj's avatar canterafonsj
Browse files

Merge branch 'swagger_changes' into 'master'

Update as per latest specification

See merge request NGSI-LD/NGSI-LD!1
parents 10859b80 cb3e3a96
......@@ -76,7 +76,7 @@
"https"
],
"paths": {
"/entities": {
"/entities/": {
"get": {
"description": "Retrieve a set of entities which matches a specific query from an NGSI-LD system",
"operationId": "queryEntities",
......@@ -277,7 +277,7 @@
}
}
},
"/entities/{entityId}/attrs": {
"/entities/{entityId}/attrs/": {
"post": {
"description": "Append new Entity attributes to an existing Entity within an NGSI-LD system",
"operationId": "appendEntityAttrs",
......@@ -473,7 +473,7 @@
}
}
},
"/csources": {
"/csourceRegistrations/": {
"post": {
"description": "Registers a new context source within an NGSI-LD system",
"operationId": "registerCsource",
......@@ -599,7 +599,7 @@
}
}
},
"/csources/{registrationId}": {
"/csourceRegistrations/{registrationId}": {
"get": {
"description": "Retrieves a specific context source registration from an NGSI-LD system",
"operationId": "retrieveCsource",
......@@ -711,7 +711,7 @@
}
}
},
"/subscriptions": {
"/subscriptions/": {
"post": {
"description": "Creates a new Subscription within an NGSI-LD system",
"operationId": "createSubscription",
......@@ -895,7 +895,7 @@
}
}
},
"/csourceSubscriptions": {
"/csourceSubscriptions/": {
"post": {
"description": "Creates a context source discovery Subscription within an NGSI-LD system",
"operationId": "createCSourceSubscription",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment