Add OpenAPI spec for `AccountController.identity_proofs` operation
[akkoma] / lib / pleroma / web / api_spec / operations / account_operation.ex
index fe44a917ab9956b450186ac16c360b949cfa9dbb..d3cebaf056ccfa587a593701992750bb40aa1765 100644 (file)
@@ -341,4 +341,16 @@ defmodule Pleroma.Web.ApiSpec.AccountOperation do
       }
     }
   end
+
+  def identity_proofs_operation do
+    %Operation{
+      tags: ["accounts"],
+      summary: "Identity proofs",
+      operationId: "AccountController.identity_proofs",
+      description: "Not implemented",
+      responses: %{
+        200 => Operation.response("Empry array", "application/json", %Schema{type: :array})
+      }
+    }
+  end
 end