diff --git a/spec/updated/csource-subscription-by-id-spec.json b/spec/updated/csource-subscription-by-id-spec.json index 148e5dc9f26275ce883ac81b65417a098939532c..a9473b41d99e47e7f5d2c540be813d10da483a18 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 42ecc21e8a03a3f842e1449fd0769cdb06ac59ef..668ca0c23cc20e76813a40363129df66d8e4f17f 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": {