From 4142910d544714c05d8c601302f179cb2a4692a5 Mon Sep 17 00:00:00 2001 From: Jose Manuel Cantera Date: Fri, 23 Nov 2018 08:39:57 +0100 Subject: [PATCH] Adding Tags --- spec/updated/csource-subscription-by-id-spec.json | 4 ++-- spec/updated/csource-subscriptions-spec.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/updated/csource-subscription-by-id-spec.json b/spec/updated/csource-subscription-by-id-spec.json index 148e5dc..a9473b4 100644 --- a/spec/updated/csource-subscription-by-id-spec.json +++ b/spec/updated/csource-subscription-by-id-spec.json @@ -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" diff --git a/spec/updated/csource-subscriptions-spec.json b/spec/updated/csource-subscriptions-spec.json index 42ecc21..668ca0c 100644 --- a/spec/updated/csource-subscriptions-spec.json +++ b/spec/updated/csource-subscriptions-spec.json @@ -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": { -- GitLab