diff --git a/specification/agricultureplatform/data-plane/Microsoft.AgriculturePlatform/preview/2024-11-01-preview/agricultureplatform.json b/specification/agricultureplatform/data-plane/Microsoft.AgriculturePlatform/preview/2024-11-01-preview/agricultureplatform.json index 45b37edc1449..d395e1e277a9 100644 --- a/specification/agricultureplatform/data-plane/Microsoft.AgriculturePlatform/preview/2024-11-01-preview/agricultureplatform.json +++ b/specification/agricultureplatform/data-plane/Microsoft.AgriculturePlatform/preview/2024-11-01-preview/agricultureplatform.json @@ -699,7 +699,7 @@ "File" ], "description": "Creates or updates an attachment resource under a particular farmer.", - "operationId": "File_UploadFile", + "operationId": "File_Upload", "produces": [ "application/json" ], @@ -728,8 +728,8 @@ } }, "x-ms-examples": { - "File_UploadFile": { - "$ref": "./examples/File_UploadFile.json" + "File_Upload": { + "$ref": "./examples/File_Upload.json" } } } @@ -998,7 +998,7 @@ "Items" ], "description": "Search for Items across all parties by intersecting geometry.", - "operationId": "Items_GetAllItemsUnderCollection", + "operationId": "Items_GetAllUnderCollection", "consumes": [ "application/json" ], @@ -1063,8 +1063,8 @@ } }, "x-ms-examples": { - "Items_GetAllItemsUnderCollection": { - "$ref": "./examples/Items_GetAllItemsUnderCollection.json" + "Items_GetAllUnderCollection": { + "$ref": "./examples/Items_GetAllUnderCollection.json" } } } diff --git a/specification/agricultureplatform/data-plane/Microsoft.AgriculturePlatform/preview/2024-11-01-preview/examples/Items_Get.json b/specification/agricultureplatform/data-plane/Microsoft.AgriculturePlatform/preview/2024-11-01-preview/examples/Items_Get.json index dacfc4d68096..2faf9876316d 100644 --- a/specification/agricultureplatform/data-plane/Microsoft.AgriculturePlatform/preview/2024-11-01-preview/examples/Items_Get.json +++ b/specification/agricultureplatform/data-plane/Microsoft.AgriculturePlatform/preview/2024-11-01-preview/examples/Items_Get.json @@ -3,7 +3,7 @@ "api-version": "2024-11-01-preview", "collectionId": "COLLECTION123", "catalogId": "CATALOG123", - "itemID": "ITEM123" + "itemId": "ITEM123" }, "responses": { "200": { diff --git a/specification/agricultureplatform/data-plane/Microsoft.AgriculturePlatform/preview/2024-11-01-preview/examples/Solutions_CancelJob.json b/specification/agricultureplatform/data-plane/Microsoft.AgriculturePlatform/preview/2024-11-01-preview/examples/Solutions_CancelJob.json index c020f61c9f10..c7a8f3970ebd 100644 --- a/specification/agricultureplatform/data-plane/Microsoft.AgriculturePlatform/preview/2024-11-01-preview/examples/Solutions_CancelJob.json +++ b/specification/agricultureplatform/data-plane/Microsoft.AgriculturePlatform/preview/2024-11-01-preview/examples/Solutions_CancelJob.json @@ -5,9 +5,10 @@ "responses": { "200": { "body": { - "source": "Manual", - "name": "Application data for North farm", - "description": "some description" + "id": "ITEM123", + "message": "Success", + "status": "Completed", + "e2eid": "E2E-123456" } } } diff --git a/specification/agricultureplatform/data-plane/Microsoft.AgriculturePlatform/preview/2024-11-01-preview/examples/Solutions_CreateJob.json b/specification/agricultureplatform/data-plane/Microsoft.AgriculturePlatform/preview/2024-11-01-preview/examples/Solutions_CreateJob.json index 8333448d65e2..dab886dd299e 100644 --- a/specification/agricultureplatform/data-plane/Microsoft.AgriculturePlatform/preview/2024-11-01-preview/examples/Solutions_CreateJob.json +++ b/specification/agricultureplatform/data-plane/Microsoft.AgriculturePlatform/preview/2024-11-01-preview/examples/Solutions_CreateJob.json @@ -5,9 +5,12 @@ "responses": { "202": { "body": { - "source": "Manual", - "name": "Application data for North Farm", - "description": "some description" + "id": "ITEM123", + "message": "Success", + "status": "Completed", + "jobCreatedDateTime": "2024-10-04T09:11:52Z", + "jobLastActionDateTime": "2024-10-04T09:13:36Z", + "e2eid": "E2E-123456" } } }