Skip to content

Commit

Permalink
Fixed docs to reflect correct HTTP method for /sys/config/auditing en…
Browse files Browse the repository at this point in the history
…dpoing (hashicorp#3331)

Updated documentation to reflect "Read Single Audit Request Header" endpoint is GET-based.
  • Loading branch information
ebpmp authored and Brian Kassouf committed Sep 13, 2017
1 parent f94f5a1 commit e8ca4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/api/system/config-auditing.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This endpoint lists the information for the given request header.

| Method | Path | Produces |
| :------- | :--------------------------- | :--------------------- |
| `POST` | `/sys/config/auditing/request-headers/:name` | `200 application/json` |
| `GET` | `/sys/config/auditing/request-headers/:name` | `200 application/json` |

### Parameters

Expand Down

0 comments on commit e8ca4a5

Please sign in to comment.