Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update operation ID for collection APIs #16084

Merged
merged 1 commit into from
Sep 18, 2021
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