Use H3 for parameters to match existing pattern (#5566)

This commit is contained in:
Jeffrey Hogan 2018-10-26 18:13:14 -05:00 committed by Chris Hoffman
parent 381aedbe25
commit cd35ecf02e
1 changed files with 2 additions and 2 deletions

View File

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