From: lain Date: Wed, 20 May 2020 10:12:07 +0000 (+0200) Subject: InstanceOperation: Add background image to example X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=8a6ddf26ac63f63f68ad065392dc7f8fde2215d4;p=akkoma InstanceOperation: Add background image to example --- diff --git a/lib/pleroma/web/api_spec/operations/instance_operation.ex b/lib/pleroma/web/api_spec/operations/instance_operation.ex index 880bd3f1b..9d189d029 100644 --- a/lib/pleroma/web/api_spec/operations/instance_operation.ex +++ b/lib/pleroma/web/api_spec/operations/instance_operation.ex @@ -130,6 +130,7 @@ defmodule Pleroma.Web.ApiSpec.InstanceOperation do example: %{ "avatar_upload_limit" => 2_000_000, "background_upload_limit" => 4_000_000, + "background_image" => "/static/image.png", "banner_upload_limit" => 4_000_000, "description" => "A Pleroma instance, an alternative fediverse server", "email" => "lain@lain.com",