Add OpenAPI spec for CustomEmojiController
authorEgor Kislitsyn <egor@kislitsyn.com>
Mon, 13 Apr 2020 17:21:04 +0000 (21:21 +0400)
committerEgor Kislitsyn <egor@kislitsyn.com>
Mon, 13 Apr 2020 17:21:04 +0000 (21:21 +0400)
commitc28aaf9d82a781508eba886bd455767a110d1b7c
treea1137fc5c0d102de4fb6f84a536025b8f95fdccb
parent7ee35eb9a6a55ef610eb02a04a33f67e5921cff3
Add OpenAPI spec for CustomEmojiController
lib/pleroma/web/api_spec/operations/custom_emoji_operation.ex [new file with mode: 0644]
lib/pleroma/web/api_spec/schemas/custom_emoji.ex [new file with mode: 0644]
lib/pleroma/web/api_spec/schemas/custom_emojis_response.ex [new file with mode: 0644]
lib/pleroma/web/mastodon_api/controllers/custom_emoji_controller.ex
test/web/mastodon_api/controllers/custom_emoji_controller_test.exs