Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CIM - Context Information Management
NGSI-LD API
Commits
b03531af
Commit
b03531af
authored
Dec 02, 2020
by
André Costa
Browse files
fix paths
parent
25bf05ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec/updated/entity-operations-spec.json
View file @
b03531af
{
{
"openapi"
:
"3.0.
1
"
,
"openapi"
:
"3.0.
3
"
,
"info"
:
{
"info"
:
{
"title"
:
"NGSI-LD Entity Operations"
,
"title"
:
"NGSI-LD Entity Operations"
,
"version"
:
"0.1"
"version"
:
"0.1"
},
},
"components"
:
{},
"components"
:
{},
"paths"
:
{
"paths"
:
{
"/entityOperations/create
/
"
:
{
"/entityOperations/create"
:
{
"post"
:
{
"post"
:
{
"description"
:
"Batch Entity creation"
,
"description"
:
"Batch Entity creation"
,
"operationId"
:
"batchEntityCreation"
,
"operationId"
:
"batchEntityCreation"
,
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
}
}
}
}
},
},
"/entityOperations/update
/
"
:
{
"/entityOperations/update"
:
{
"post"
:
{
"post"
:
{
"description"
:
"Batch Entity update"
,
"description"
:
"Batch Entity update"
,
"operationId"
:
"batchEntityUpdate"
,
"operationId"
:
"batchEntityUpdate"
,
...
@@ -97,7 +97,7 @@
...
@@ -97,7 +97,7 @@
}
}
}
}
},
},
"/entityOperations/upsert
/
"
:
{
"/entityOperations/upsert"
:
{
"post"
:
{
"post"
:
{
"description"
:
"Batch Entity upsert"
,
"description"
:
"Batch Entity upsert"
,
"operationId"
:
"batchEntityUpsert"
,
"operationId"
:
"batchEntityUpsert"
,
...
@@ -150,7 +150,7 @@
...
@@ -150,7 +150,7 @@
}
}
}
}
},
},
"/entityOperations/delete
/
"
:
{
"/entityOperations/delete"
:
{
"post"
:
{
"post"
:
{
"description"
:
"Batch Entity delete"
,
"description"
:
"Batch Entity delete"
,
"operationId"
:
"batchEntityDelete"
,
"operationId"
:
"batchEntityDelete"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment