mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Fix heading level for Parameters in Identity/Group API doc page (#26621)
* change heading level for parameters to 3 from 2 * fixup! change heading level for parameters to 3 from 2
This commit is contained in:
@@ -154,7 +154,7 @@ This endpoint deletes a group alias.
|
||||
| :------- | :----------------------------- |
|
||||
| `DELETE` | `/identity/group-alias/id/:id` |
|
||||
|
||||
## Parameters
|
||||
### Parameters
|
||||
|
||||
- `id` `(string: <required>)` – ID of the group alias.
|
||||
|
||||
|
||||
@@ -181,7 +181,7 @@ This endpoint deletes a group.
|
||||
| :------- | :----------------------- |
|
||||
| `DELETE` | `/identity/group/id/:id` |
|
||||
|
||||
## Parameters
|
||||
### Parameters
|
||||
|
||||
- `id` `(string: <required>)` – Identifier of the group.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user