From c3862245a93995af0fb70b64e79758e7e162341e Mon Sep 17 00:00:00 2001 From: bart simpson <152961343+bart1024@users.noreply.github.com> Date: Sun, 18 Aug 2024 16:08:32 +0300 Subject: [PATCH] docs: fix curl command (#8434) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Which Problems Are Solved Fixed curl command in the docs. Co-authored-by: Tim Möhlmann --- docs/docs/guides/integrate/zitadel-apis/event-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/integrate/zitadel-apis/event-api.md b/docs/docs/guides/integrate/zitadel-apis/event-api.md index fcc5649ccc..0aacafed95 100644 --- a/docs/docs/guides/integrate/zitadel-apis/event-api.md +++ b/docs/docs/guides/integrate/zitadel-apis/event-api.md @@ -129,7 +129,7 @@ curl --request POST \ "limit": 1000, "event_types": [ "user.token.added", - "user.refresh.token.added + "user.refresh.token.added" ] }' ```