aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/api_spec/operations/custom_emoji_operation.ex
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-09-20 11:15:20 +0000
committerrinpatch <rinpatch@sdf.org>2020-09-20 11:15:20 +0000
commit402acce5251216e74e3b646c3b5fc8a04b714f99 (patch)
tree3fc3baff7046d77b7c5b1deef7ca6766ffd97813 /lib/pleroma/web/api_spec/operations/custom_emoji_operation.ex
parent6c052bd5b6cc29d321b500654bd6b098d0e6c56a (diff)
parent4b12e071ac7ea87c91f6192cc0da90c32e846ca4 (diff)
downloadpleroma-402acce5251216e74e3b646c3b5fc8a04b714f99.tar.gz
Merge branch 'fix/openapi-errors' into 'develop'
OpenAPI: fix various errors pointed out by editor.swagger.io See merge request pleroma/pleroma!3011
Diffstat (limited to 'lib/pleroma/web/api_spec/operations/custom_emoji_operation.ex')
-rw-r--r--lib/pleroma/web/api_spec/operations/custom_emoji_operation.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/custom_emoji_operation.ex b/lib/pleroma/web/api_spec/operations/custom_emoji_operation.ex
index 2f812ac77..5ff263ceb 100644
--- a/lib/pleroma/web/api_spec/operations/custom_emoji_operation.ex
+++ b/lib/pleroma/web/api_spec/operations/custom_emoji_operation.ex
@@ -69,7 +69,7 @@ defmodule Pleroma.Web.ApiSpec.CustomEmojiOperation do
type: :object,
properties: %{
category: %Schema{type: :string},
- tags: %Schema{type: :array}
+ tags: %Schema{type: :array, items: %Schema{type: :string}}
}
}
],