This commit is contained in:
Mark Felder 2021-02-18 14:34:01 -06:00
parent 2fb44f012d
commit 8d7d6d85b4

View File

@ -122,7 +122,7 @@ defmodule Pleroma.Web.ApiSpec.Admin.ConfigOperation do
type: :object, type: :object,
properties: %{ properties: %{
label: %Schema{type: :string}, label: %Schema{type: :string},
path: %Schema{type: :string}, path: %Schema{type: :string}
} }
} }
}), }),