|
3562 | 3562 | "/collections/{collection}/entity": { |
3563 | 3563 | "post": { |
3564 | 3564 | "tags": [ |
3565 | | - "CatalogCollection" |
| 3565 | + "Collection" |
3566 | 3566 | ], |
3567 | 3567 | "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>>.", |
3568 | | - "operationId": "CatalogCollection_CreateOrUpdate", |
| 3568 | + "operationId": "Collection_CreateOrUpdate", |
3569 | 3569 | "x-ms-examples": { |
3570 | | - "CatalogCollection_CreateOrUpdate": { |
3571 | | - "$ref": "./examples/CatalogCollection_CreateOrUpdate.json" |
| 3570 | + "Collection_CreateOrUpdate": { |
| 3571 | + "$ref": "./examples/Collection_CreateOrUpdate.json" |
3572 | 3572 | } |
3573 | 3573 | }, |
3574 | 3574 | "parameters": [ |
|
3607 | 3607 | "/collections/{collection}/entity/bulk": { |
3608 | 3608 | "post": { |
3609 | 3609 | "tags": [ |
3610 | | - "CatalogCollection" |
| 3610 | + "Collection" |
3611 | 3611 | ], |
3612 | 3612 | "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>>.", |
3613 | | - "operationId": "CatalogCollection_CreateOrUpdateBulk", |
| 3613 | + "operationId": "Collection_CreateOrUpdateBulk", |
3614 | 3614 | "x-ms-examples": { |
3615 | | - "CatalogCollection_CreateOrUpdateBulk": { |
3616 | | - "$ref": "./examples/CatalogCollection_CreateOrUpdateBulk.json" |
| 3615 | + "Collection_CreateOrUpdateBulk": { |
| 3616 | + "$ref": "./examples/Collection_CreateOrUpdateBulk.json" |
3617 | 3617 | } |
3618 | 3618 | }, |
3619 | 3619 | "parameters": [ |
|
3652 | 3652 | "/collections/{collection}/entity/moveHere": { |
3653 | 3653 | "post": { |
3654 | 3654 | "tags": [ |
3655 | | - "CatalogCollection" |
| 3655 | + "Collection" |
3656 | 3656 | ], |
3657 | 3657 | "description": "Move existing entities to the target collection.", |
3658 | | - "operationId": "CatalogCollection_MoveEntitiesToCollection", |
| 3658 | + "operationId": "Collection_MoveEntitiesToCollection", |
3659 | 3659 | "x-ms-examples": { |
3660 | | - "CatalogCollection_MoveEntitiesToCollection": { |
3661 | | - "$ref": "./examples/CatalogCollection_MoveEntitiesToCollection.json" |
| 3660 | + "Collection_MoveEntitiesToCollection": { |
| 3661 | + "$ref": "./examples/Collection_MoveEntitiesToCollection.json" |
3662 | 3662 | } |
3663 | 3663 | }, |
3664 | 3664 | "parameters": [ |
|
0 commit comments