From de23625b5d8508bdc9663209e721dc9978e5150d Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 06:25:04 +0100 Subject: [PATCH] [v10.4.x] Typo fix in User API doc example (#86821) Co-authored-by: Jack Baldry Co-authored-by: nextMJ <77353838+nextMJ@users.noreply.github.com> fix in User API doc example (#81890) --- docs/sources/developers/http_api/user.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/developers/http_api/user.md b/docs/sources/developers/http_api/user.md index 1443f72b1b4..37c64bffa24 100644 --- a/docs/sources/developers/http_api/user.md +++ b/docs/sources/developers/http_api/user.md @@ -66,7 +66,7 @@ Content-Type: application/json "isAdmin": true, "isDisabled": false, "lastSeenAt": "2020-04-10T20:29:27+03:00", - "lastSeenAtAge': "2m", + "lastSeenAtAge": "2m", "authLabels": ["OAuth"] }, {