From 525c124d69b9f5f302979bc5a5b3043e5367d3aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hamza=20T=C3=BCmt=C3=BCrk?= Date: Fri, 25 Aug 2017 17:34:12 +0100 Subject: [PATCH] Add missing code ending to Sample Payload (#3239) --- website/source/api/auth/approle/index.html.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/source/api/auth/approle/index.html.md b/website/source/api/auth/approle/index.html.md index 23bbfc26c..00ef18788 100644 --- a/website/source/api/auth/approle/index.html.md +++ b/website/source/api/auth/approle/index.html.md @@ -240,6 +240,7 @@ Updates the RoleID of an existing AppRole to a custom value. { "role_id": "custom-role-id" } +``` ### Sample Request