Remote interaction with posts (#198)
[akkoma] / lib / pleroma / web / api_spec / operations / twitter_util_operation.ex
index 4a2a246f5bbfd0e5e223fb17573f702fa15c4e76..c025867a2679bc1ced44616dafcf8a5494c1495b 100644 (file)
@@ -405,6 +405,16 @@ defmodule Pleroma.Web.ApiSpec.TwitterUtilOperation do
     }
   end
 
+  def show_subscribe_form_operation do
+    %Operation{
+      tags: ["Accounts"],
+      summary: "Show remote subscribe form",
+      operationId: "UtilController.show_subscribe_form",
+      parameters: [],
+      responses: %{200 => Operation.response("Web Page", "test/html", %Schema{type: :string})}
+    }
+  end
+
   defp delete_account_request do
     %Schema{
       title: "AccountDeleteRequest",