diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-27 13:43:25 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-09-24 09:12:37 +0300 |
commit | 9b6d89ff8c798079f4db18eb2b5c66a7426ecbc5 (patch) | |
tree | 77c5c4c4aeb5e024104b5288ddf98afcfc0666af /lib/pleroma/web/api_spec | |
parent | e02101e15c425416975f756aca7f3b058006668d (diff) | |
download | pleroma-9b6d89ff8c798079f4db18eb2b5c66a7426ecbc5.tar.gz |
support for special chars in pack name
Diffstat (limited to 'lib/pleroma/web/api_spec')
-rw-r--r-- | lib/pleroma/web/api_spec/operations/pleroma_emoji_pack_operation.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/pleroma_emoji_pack_operation.ex b/lib/pleroma/web/api_spec/operations/pleroma_emoji_pack_operation.ex index 59548af13..87ee5feb4 100644 --- a/lib/pleroma/web/api_spec/operations/pleroma_emoji_pack_operation.ex +++ b/lib/pleroma/web/api_spec/operations/pleroma_emoji_pack_operation.ex @@ -192,7 +192,7 @@ defmodule Pleroma.Web.ApiSpec.PleromaEmojiPackOperation do end defp name_param do - Operation.parameter(:name, :path, :string, "Pack Name", example: "cofe", required: true) + Operation.parameter(:name, :query, :string, "Pack Name", example: "cofe", required: true) end defp url_param do |