Commit 2408b779 authored by canterafonsj's avatar canterafonsj
Browse files

Fix tags

parent 39100404
......@@ -23,7 +23,7 @@
"get": {
"description": "Retrieves a specific Subscription from an NGSI-LD system",
"operationId": "retrieveSubscription",
"tags": ["Context Subscriptions"],
"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": ["Subscriptions"],
"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": ["Subscriptions"],
"tags": ["Context Subscription"],
"parameters": [
{
"$ref": "#/components/parameters/subscriptionId"
......
......@@ -24,7 +24,7 @@
"description": "Retrieves the subscriptions available in an NGSI-LD system",
"operationId": "retrieveSubscriptions",
"tags":[
"Subscriptions"
"Context Subscription"
],
"parameters": [
{
......@@ -63,7 +63,7 @@
"description": "Creates a new Subscription within an NGSI-LD system",
"operationId": "createSubscription",
"tags":[
"Subscriptions"
"Context Subscription"
],
"requestBody": {
"required": true,
......
......@@ -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"
......
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