Use H3 for parameters to match existing pattern (#5566)
This commit is contained in:
parent
381aedbe25
commit
cd35ecf02e
|
@ -170,7 +170,7 @@ This endpoint deletes an entity and all its associated aliases.
|
|||
| :--------- | :-------------------------- | :----------------------|
|
||||
| `DELETE` | `/identity/entity/id/:id` | `204 (empty body)` |
|
||||
|
||||
## Parameters
|
||||
### Parameters
|
||||
|
||||
- `id` `(string: <required>)` – Identifier of the entity.
|
||||
|
||||
|
@ -327,7 +327,7 @@ entity name.
|
|||
| :--------- | :------------------------------ | :----------------------|
|
||||
| `DELETE` | `/identity/entity/name/:name` | `204 (empty body)` |
|
||||
|
||||
## Parameters
|
||||
### Parameters
|
||||
|
||||
- `name` `(string: <required>)` – Name of the entity.
|
||||
|
||||
|
|
Loading…
Reference in New Issue