mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-03 13:58:22 -04:00
Fix heading level (#30676)
Correct the `## Parameters` heading to be h3 instead.
This commit is contained in:
parent
cdbb0c49cc
commit
8bee09280a
1 changed files with 1 additions and 1 deletions
|
|
@ -343,7 +343,7 @@ This endpoint deletes a group, given its name.
|
|||
| :------- | :--------------------------- |
|
||||
| `DELETE` | `/identity/group/name/:name` |
|
||||
|
||||
## Parameters
|
||||
### Parameters
|
||||
|
||||
- `name` `(string: <required>)` – Name of the group.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue