Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
REST docs markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdg authored Mar 11, 2019
1 parent 8c239c5 commit ab68b24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,23 @@ docker run -p 8080:8080 --name secrethub -v /$HOME/.secrethub:/secrethub secreth

With the proxy up and running, you can perform the following HTTP requests:

### /v1/secrets/:path
### `/v1/secrets/:path`

Example:

```
/v1/secrets/my-org/my-repo/my-secret
```

#### GET
#### `GET`

Returns the secret contents as bytes.

### POST
### `POST`

Creates or updates a secret. Expects the secret contents as bytes.

### DELETE
### `DELETE`

Deletes the entire secret and its history.

Expand Down

0 comments on commit ab68b24

Please sign in to comment.