Commit b03531af authored by André Costa's avatar André Costa
Browse files

fix paths

parent 25bf05ec
{
"openapi": "3.0.1",
"openapi": "3.0.3",
"info": {
"title": "NGSI-LD Entity Operations",
"version": "0.1"
},
"components": {},
"paths": {
"/entityOperations/create/": {
"/entityOperations/create": {
"post": {
"description": "Batch Entity creation",
"operationId": "batchEntityCreation",
......@@ -45,7 +45,7 @@
}
}
},
"/entityOperations/update/": {
"/entityOperations/update": {
"post": {
"description": "Batch Entity update",
"operationId": "batchEntityUpdate",
......@@ -97,7 +97,7 @@
}
}
},
"/entityOperations/upsert/": {
"/entityOperations/upsert": {
"post": {
"description": "Batch Entity upsert",
"operationId": "batchEntityUpsert",
......@@ -150,7 +150,7 @@
}
}
},
"/entityOperations/delete/": {
"/entityOperations/delete": {
"post": {
"description": "Batch Entity delete",
"operationId": "batchEntityDelete",
......
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