Commit 68dff657 authored by canterafonsj's avatar canterafonsj
Browse files

Adding Tags

parent b71512d8
......@@ -23,6 +23,7 @@
"get": {
"description": "Retrieves a specific context source registration from an NGSI-LD system",
"operationId": "retrieveCsource",
"tags": ["Context Sources"],
"parameters": [
{
"$ref": "#/components/parameters/registrationId"
......@@ -69,6 +70,7 @@
"delete": {
"description": "Removes an specific context source registration within an NGSI-LD system",
"operationId": "removeCsource",
"tags": ["Context Sources"],
"parameters": [
{
"$ref": "#/components/parameters/registrationId"
......
......@@ -200,7 +200,7 @@
"post": {
"description": "Create a new Entity within an NGSI-LD system",
"operationId": "createEntity",
"tags": ["Context Information"]
"tags": ["Context Information"],
"requestBody": {
"required": true,
"content": {
......
This diff is collapsed.
......@@ -74,6 +74,7 @@
"get": {
"description": "Query temporal evolution of Entities from an NGSI-LD system",
"operationId": "queryTemporalEntities",
"tags": ["Temporal Evolution"],
"parameters": [
{
"$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/spec/updated/entities-spec.json#/components/parameters/id"
......@@ -158,6 +159,7 @@
"post": {
"description": "Create or update temporal representation of an Entity within an NGSI-LD system",
"operationId": "createUpdateEntityTemporal",
"tags": ["Temporal Evolution"],
"requestBody": {
"required": true,
"content": {
......
......@@ -42,6 +42,7 @@
"post": {
"description": "Add new attributes to an existing Temporal Entity within an NGSI-LD system",
"operationId": "addTemporalEntityAttrs",
"tags": ["Temporal Evolution"],
"parameters": [
{
"$ref": "#/components/parameters/entityId"
......@@ -88,6 +89,7 @@
"delete": {
"description": "Attribute from Temporal Representation of Entity deletion",
"operationId": "removeEntityTemporalAttr",
"tags": ["Temporal Evolution"],
"parameters": [
{
"$ref": "#/components/parameters/entityId"
......@@ -127,6 +129,7 @@
"patch": {
"description": "Allows modifying a specific Attribute (Property or Relationship) instance, identified by its instanceId, of a Temporal Representation of an Entity.",
"operationId": "modifyEntityTemporalAttrInstance",
"tags": ["Temporal Evolution"],
"parameters": [
{
"$ref": "#/components/parameters/entityId"
......@@ -177,6 +180,7 @@
"delete": {
"description": "Attribute Instance deletion by instance id.",
"operationId": "removeEntityTemporalAttrInstance",
"tags": ["Temporal Evolution"],
"parameters": [
{
"$ref": "#/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