diff options
author | Mark Felder <feld@feld.me> | 2021-02-18 14:34:01 -0600 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2021-02-18 14:34:01 -0600 |
commit | 8d7d6d85b47016bb31598ce54e243fb491f6c71d (patch) | |
tree | 37f7f00b3e32842a97f3d4f420ab3f7728c8e2a1 | |
parent | 2fb44f012df2fc41d8a8d0afb15dc513f968512a (diff) | |
download | pleroma-8d7d6d85b47016bb31598ce54e243fb491f6c71d.tar.gz |
Format
-rw-r--r-- | lib/pleroma/web/api_spec/operations/admin/config_operation.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/admin/config_operation.ex b/lib/pleroma/web/api_spec/operations/admin/config_operation.ex index fc41dc8e2..201f92d4c 100644 --- a/lib/pleroma/web/api_spec/operations/admin/config_operation.ex +++ b/lib/pleroma/web/api_spec/operations/admin/config_operation.ex @@ -122,7 +122,7 @@ defmodule Pleroma.Web.ApiSpec.Admin.ConfigOperation do type: :object, properties: %{ label: %Schema{type: :string}, - path: %Schema{type: :string}, + path: %Schema{type: :string} } } }), |