From be0146afb3c2d6414b9c7028d489c63ff4c1063a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Sat, 29 Nov 2025 17:10:21 +0100 Subject: [PATCH] Improve example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- .../web/api_spec/operations/account_operation.ex | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lib/pleroma/web/api_spec/operations/account_operation.ex b/lib/pleroma/web/api_spec/operations/account_operation.ex index b7fa12ba8..6fdd21ead 100644 --- a/lib/pleroma/web/api_spec/operations/account_operation.ex +++ b/lib/pleroma/web/api_spec/operations/account_operation.ex @@ -913,7 +913,10 @@ defmodule Pleroma.Web.ApiSpec.AccountOperation do } ] }, - example: [Account.schema().example] + example: [ + Account.schema().example + |> Map.put("mute_expires_at", "2025-11-29T16:23:13Z") + ] } end @@ -934,7 +937,10 @@ defmodule Pleroma.Web.ApiSpec.AccountOperation do } ] }, - example: [Account.schema().example] + example: [ + Account.schema().example + |> Map.put("block_expires_at", "2025-11-29T16:23:13Z") + ] } end