diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-09-24 09:42:30 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-09-24 09:42:30 +0300 |
commit | 5d7ec00bedc61e8899941c374604ae5854c62f4c (patch) | |
tree | 71d56379939f5ffc4fd2af4971de28fe7df5ae52 /lib/pleroma/web/api_spec | |
parent | 871fac3e4c9d8b1a138204ac754b2a9633bd9eaa (diff) | |
download | pleroma-5d7ec00bedc61e8899941c374604ae5854c62f4c.tar.gz |
fixes after rebase
Diffstat (limited to 'lib/pleroma/web/api_spec')
-rw-r--r-- | lib/pleroma/web/api_spec/operations/pleroma_emoji_file_operation.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/pleroma_emoji_file_operation.ex b/lib/pleroma/web/api_spec/operations/pleroma_emoji_file_operation.ex index efbfce75f..a56641426 100644 --- a/lib/pleroma/web/api_spec/operations/pleroma_emoji_file_operation.ex +++ b/lib/pleroma/web/api_spec/operations/pleroma_emoji_file_operation.ex @@ -126,7 +126,7 @@ defmodule Pleroma.Web.ApiSpec.PleromaEmojiFileOperation 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 files_object do |