Chats: Add API specs.
authorlain <lain@soykaf.club>
Tue, 21 Apr 2020 15:51:06 +0000 (17:51 +0200)
committerlain <lain@soykaf.club>
Tue, 21 Apr 2020 15:51:06 +0000 (17:51 +0200)
commit97ad0c45977261df3068ca4f0c3febce3173c058
treea996ebb0dadef145c255d04e7392dfc5b9aae86e
parenta185b5455fc1ddf0d91c983c66c2161f9ade8867
Chats: Add API specs.
lib/pleroma/web/api_spec/operations/chat_operation.ex
lib/pleroma/web/api_spec/schemas/chat_message_create_request.ex [new file with mode: 0644]
lib/pleroma/web/api_spec/schemas/chat_message_response.ex [new file with mode: 0644]
lib/pleroma/web/api_spec/schemas/chat_messages_response.ex [new file with mode: 0644]
lib/pleroma/web/api_spec/schemas/chat_response.ex [new file with mode: 0644]
lib/pleroma/web/api_spec/schemas/chats_response.ex [new file with mode: 0644]
test/web/pleroma_api/controllers/chat_controller_test.exs