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:
Marc Boudreau
2024-04-30 14:59:26 -04:00
committed by GitHub
parent 2e8d9a2bb0
commit cd64c6e441
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -181,7 +181,7 @@ This endpoint deletes a group.
| :------- | :----------------------- |
| `DELETE` | `/identity/group/id/:id` |
## Parameters
### Parameters
- `id` `(string: <required>)` Identifier of the group.