From ec18e83343ea57b03f1d5498d8121c9cf6f43040 Mon Sep 17 00:00:00 2001 From: Lukas Petermann Date: Thu, 16 Jan 2025 09:08:37 +0100 Subject: [PATCH] fix: insert missing " in list-users documentation --- src/components/Docs/SnippetViewer/ListUsersRequestViewer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Docs/SnippetViewer/ListUsersRequestViewer.tsx b/src/components/Docs/SnippetViewer/ListUsersRequestViewer.tsx index e68ade211..1849f1def 100644 --- a/src/components/Docs/SnippetViewer/ListUsersRequestViewer.tsx +++ b/src/components/Docs/SnippetViewer/ListUsersRequestViewer.tsx @@ -55,7 +55,7 @@ function listUsersRequestViewer(lang: SupportedLanguage, opts: ListUsersRequestV -d '{ "authorization_model_id": "${modelId}", "object": { - "type: "${objectType}", + "type": "${objectType}", "id": "${objectId}", }, "relation": "${relation}",