Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3562,13 +3562,13 @@
"/collections/{collection}/entity": {
"post": {
"tags": [
"CatalogCollection"
"Collection"
],
"description": "Creates or updates an entity to a collection.\nExisting entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName.\nMap and array of collections are not well supported. E.g., array<array<int>>, array<map<string, int>>.",
"operationId": "CatalogCollection_CreateOrUpdate",
"operationId": "Collection_CreateOrUpdate",
"x-ms-examples": {
"CatalogCollection_CreateOrUpdate": {
"$ref": "./examples/CatalogCollection_CreateOrUpdate.json"
"Collection_CreateOrUpdate": {
"$ref": "./examples/Collection_CreateOrUpdate.json"
}
},
"parameters": [
Expand Down Expand Up @@ -3607,13 +3607,13 @@
"/collections/{collection}/entity/bulk": {
"post": {
"tags": [
"CatalogCollection"
"Collection"
],
"description": "Creates or updates entities in bulk to a collection.\nExisting entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName.\nMap and array of collections are not well supported. E.g., array<array<int>>, array<map<string, int>>.",
"operationId": "CatalogCollection_CreateOrUpdateBulk",
"operationId": "Collection_CreateOrUpdateBulk",
"x-ms-examples": {
"CatalogCollection_CreateOrUpdateBulk": {
"$ref": "./examples/CatalogCollection_CreateOrUpdateBulk.json"
"Collection_CreateOrUpdateBulk": {
"$ref": "./examples/Collection_CreateOrUpdateBulk.json"
}
},
"parameters": [
Expand Down Expand Up @@ -3652,13 +3652,13 @@
"/collections/{collection}/entity/moveHere": {
"post": {
"tags": [
"CatalogCollection"
"Collection"
],
"description": "Move existing entities to the target collection.",
"operationId": "CatalogCollection_MoveEntitiesToCollection",
"operationId": "Collection_MoveEntitiesToCollection",
"x-ms-examples": {
"CatalogCollection_MoveEntitiesToCollection": {
"$ref": "./examples/CatalogCollection_MoveEntitiesToCollection.json"
"Collection_MoveEntitiesToCollection": {
"$ref": "./examples/Collection_MoveEntitiesToCollection.json"
}
},
"parameters": [
Expand Down