Commit 4142910d authored by canterafonsj's avatar canterafonsj
Browse files

Adding Tags

parent 68dff657
......@@ -70,7 +70,7 @@
"patch": {
"description": "Updates a specific context source discovery Subscription within an NGSI-LD system",
"operationId": "updateCSourceSubscription",
"tags": ["Context Sources"]
"tags": ["Context Sources"],
"parameters": [
{
"$ref": "#/components/parameters/subscriptionId"
......@@ -115,7 +115,7 @@
"delete": {
"description": "Removes a specific Context Source Subscription from an NGSI-LD system",
"operationId": "removeCSourceSubscription",
"tags": ["Context Sources"]
"tags": ["Context Sources"],
"parameters": [
{
"$ref": "#/components/parameters/subscriptionId"
......
......@@ -60,7 +60,7 @@
"post": {
"description": "Creates a context source discovery Subscription within an NGSI-LD system",
"operationId": "createCSourceSubscription",
"tags": ["Context Sources"]
"tags": ["Context Sources"],
"requestBody": {
"required": true,
"content": {
......
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