Skip to content

Commit 225782c

Browse files
committed
Fix typo: shttp -> https
1 parent 24db0cb commit 225782c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-maps/how-to-dataset-geojson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ One thing to consider when adding to an existing dataset is how the feature IDs
8686
8787
If your original dataset was created from a GoeJSON source and you wish to add another facility created from a drawing package, you can append it to your existing dataset by referencing its `conversionId`, as demonstrated by this HTTP POST request:
8888
89-
```shttp
89+
```https
9090
https://us.atlas.microsoft.com/datasets?api-version=2023-03-01-preview&conversionId={conversionId}&outputOntology=facility-2.0&datasetId={datasetId}
9191
```
9292

0 commit comments

Comments
 (0)