Skip to content

Commit

Permalink
Remove spaces which break commands
Browse files Browse the repository at this point in the history
A little cleanup to fix commands when copy and pasting
  • Loading branch information
adamzammit authored Oct 13, 2022
1 parent c8560df commit b6f0250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 5.2curlcommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ curl -X POST -H 'Content-type: application/json' http://localhost:8080/api/admin
```

```bash
curl -X POST -H 'Content-type: application/json' http://localhost:8080/api/admin/externalTools -d \
curl -X POST -H 'Content-type: application/json' http://localhost:8080/api/admin/externalTools -d \
'{
"displayName":"View Map",
"description":"View a map of the file.",
Expand Down Expand Up @@ -518,7 +518,7 @@ As updates are made, they will be added to a /betatest sub-folder which will mak
Adds properties to geojson preview

```bash
curl -X POST -H 'Content-type: application/json' http://localhost:8080/api/admin/externalTools -d \
curl -X POST -H 'Content-type: application/json' http://localhost:8080/api/admin/externalTools -d \
'{
"displayName":"View Map",
"description":"View a map of the file.",
Expand Down

0 comments on commit b6f0250

Please sign in to comment.