pleroma/lib/pleroma/web/api_spec/operations/admin
Mark Felder a3024dd5ac Pleroma.Web.AdminAPI.InstanceDocumentController: fix dialyzer error
lib/pleroma/web/admin_api/controllers/instance_document_controller.ex:32:call
The function call will not succeed.

Phoenix.Controller.json(_conn :: %{:body_params => %{:file => _, _ => _}, _ => _}, %{<<_::24>> => binary()}) ::
  :ok
def a() do
  :ok
end

breaks the contract
(Plug.Conn.t(), term()) :: Plug.Conn.t()
2024-01-28 16:35:30 -05:00
..
announcement_operation.ex Force spec for every operation to have a listed tag 2023-01-15 18:31:37 -05:00
chat_operation.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
config_operation.ex Pleroma.Web.AdminAPI.ConfigController: dialyzer error 2024-01-27 16:42:30 -05:00
frontend_operation.ex Fix operation name typo 2023-12-27 23:52:46 +01:00
instance_document_operation.ex Pleroma.Web.AdminAPI.InstanceDocumentController: fix dialyzer error 2024-01-28 16:35:30 -05:00
invite_operation.ex Pleroma.Web.AdminAPI.InviteController: dialyzer errors 2024-01-28 15:53:47 -05:00
media_proxy_cache_operation.ex Pleroma.Web.AdminAPI.MediaProxyCacheController: dialyzer errors 2024-01-27 15:41:14 -05:00
o_auth_app_operation.ex Fix operation name typo 2023-12-27 23:52:46 +01:00
relay_operation.ex Pleroma.Web.AdminAPI.RelayController: dialyzer errors 2024-01-28 16:09:55 -05:00
report_operation.ex Pleroma.Web.AdminAPI.ReportController: dialyzer errors 2024-01-28 16:32:50 -05:00
status_operation.ex Fix type of admin_account.is_confirmed 2023-01-15 18:41:36 -05:00
user_operation.ex Pleroma.Web.AdminAPI.UserController: dialyzer errors 2024-01-28 16:05:25 -05:00