From 8d4caa08460a0cd96e7cb2b1165262adbe201661 Mon Sep 17 00:00:00 2001 From: Jeffrey Hogan Date: Fri, 26 Oct 2018 18:13:14 -0500 Subject: [PATCH] Use H3 for parameters to match existing pattern (#5566) --- website/source/api/secret/identity/entity.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/api/secret/identity/entity.html.md b/website/source/api/secret/identity/entity.html.md index 86dc4b0c01..c1ca2c5db1 100644 --- a/website/source/api/secret/identity/entity.html.md +++ b/website/source/api/secret/identity/entity.html.md @@ -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: )` – Identifier of the entity. @@ -327,7 +327,7 @@ entity name. | :--------- | :------------------------------ | :----------------------| | `DELETE` | `/identity/entity/name/:name` | `204 (empty body)` | -## Parameters +### Parameters - `name` `(string: )` – Name of the entity.