Skip to content

Commit

Permalink
Unify example URLs in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
denschub committed Jun 9, 2024
1 parent 23799a2 commit b15856b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ For reference, the combination of curl's `-J` and `-O` tells curl to download th
There is no API to update any of a secret's metadata, but you can update a secret's contents. THis is done via a simple HTTP POST:

```sh
curl -X POST --data-binary "@example.json" -H "Authorization: Bearer TOKEN" http://localhost:3000/secret/UUID/contents
curl -X POST --data-binary "@example.json" -H "Authorization: Bearer TOKEN" https://wow-so-secure.exmaple.com/secret/UUID/contents
```

## Management
Expand Down

0 comments on commit b15856b

Please sign in to comment.