Skip to content

Commit fd143e1

Browse files
author
Bharathi Selvaraj
committed
Fix review comments
1 parent a9774fe commit fd143e1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/energy-data-services/tutorial-seismic-change-tier.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ Before you submit the request, pause all write and delete operations on the targ
5757
- All datasets in a path:
5858

5959
```http
60-
PUT /api/v3/operation/change-tier?path=sd://{tenant}/{subproject}/{path}/&tier=Cool
60+
PUT <instance>.energy.azure.com/seistore-svc/api/v3/operation/change-tier?path=sd://{tenant}/{subproject}/{path}/&tier=Cool
6161
Authorization: Bearer {access_token}
6262
Content-Type: application/json
6363
```
6464
6565
- Single dataset:
6666
6767
```http
68-
PUT /api/v3/operation/change-tier?path=sd://{tenant}/{subproject}/{path}/{dataset_name}&tier=Cool
68+
PUT <instance>.energy.azure.com/seistore-svc/api/v3/operation/change-tier?path=sd://{tenant}/{subproject}/{path}/{dataset_name}&tier=Cool
6969
Authorization: Bearer {access_token}
7070
Content-Type: application/json
7171
```
@@ -85,7 +85,7 @@ After you initiate the change tier operation, poll the status endpoint to track
8585
1. Poll the status endpoint with the `operation_id` until `status` is `Completed` or `Failed`:
8686

8787
```http
88-
GET /api/v3/operation/change-tier/{operation_id}
88+
GET <instance>.energy.azure.com/seistore-svc/api/v3/operation/change-tier/{operation_id}
8989
Authorization: Bearer {access_token}
9090
data-partition-id: {data_partition_id}
9191
```
@@ -129,7 +129,7 @@ Use the `show_details=true` parameter to get per-dataset error information for a
129129
1. Add `show_details=true` to the status request:
130130

131131
```http
132-
GET /api/v3/operation/change-tier/{operation_id}?show_details=true&limit=100
132+
GET <instance>.energy.azure.com/seistore-svc/api/v3/operation/change-tier/{operation_id}?show_details=true&limit=100
133133
Authorization: Bearer {access_token}
134134
data-partition-id: {data_partition_id}
135135
```

0 commit comments

Comments
 (0)