Skip to content

Commit 9857ffc

Browse files
Merge pull request #300301 from TaylorCorbett/TaylorCorbett-patch-1
Updates to Planetary Computer api-tutorial to reflect new API json response
2 parents 61c7fc4 + 1f2d6be commit 9857ffc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/planetary-computer/api-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,8 @@ for item in items:
440440
params={"api-version": api_version}
441441
)
442442

443-
operation_ids.append(response.json()["operationId"])
444-
print(f"Ingesting item {item_json['id']} with operation id {response.json()['operationId']}")
443+
operation_ids.append(response.json()['id'])
444+
print(f"Ingesting item {item_json['id']} with operation id {response.json()['id']}")
445445

446446
```
447447

0 commit comments

Comments
 (0)