InstanceOperation: Add background image to example

This commit is contained in:
lain 2020-05-20 12:12:07 +02:00
parent 188b32145e
commit 8a6ddf26ac
1 changed files with 1 additions and 0 deletions

View File

@ -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",