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